NChartPointTooltip Property |
Tooltip that is shown on the point. It is null by default. The tooltip is just a label it does not change its content
automatically. By altering its text you can display any information you want but you should do it yourself.
Tooltip is similar to label but it is placed in the center of the point by default. You can have tooltip and
label simultaneously displaying different information.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartTooltip Tooltip { get; set; }
Public Property Tooltip As INChartTooltip
Get
Set
public:
virtual property INChartTooltip^ Tooltip {
INChartTooltip^ get () sealed;
void set (INChartTooltip^ value) sealed;
}
Property Value
Type:
INChartTooltipSee Also