NChartTimeAxisTooltip Property |
Tooltip that appears over the handler. This is null by default.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartTimeAxisTooltip Tooltip { get; set; }
Public Property Tooltip As NChartTimeAxisTooltip
Get
Set
public:
virtual property NChartTimeAxisTooltip^ Tooltip {
NChartTimeAxisTooltip^ get () sealed;
void set (NChartTimeAxisTooltip^ value) sealed;
}
Property Value
Type:
NChartTimeAxisTooltipSee Also