Click or drag to resize
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; }

Property Value

Type: INChartTooltip
See Also