NChartHairTooltip Property |
Tooltip of the hair. The default value is null.
To display tooltip you should set it before your
call.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartTooltip Tooltip { get; set; }
Public Property Tooltip As NChartTooltip
Get
Set
public:
virtual property NChartTooltip^ Tooltip {
NChartTooltip^ get () sealed;
void set (NChartTooltip^ value) sealed;
}
Property Value
Type:
NChartTooltipSee Also