Click or drag to resize
NChartHairTooltip Property
Tooltip of the hair. The default value is null. To display tooltip you should set it before your
UpdateData()
call.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartTooltip Tooltip { get; set; }

Property Value

Type: NChartTooltip
See Also