Click or drag to resize
NChartPointLabel Property
Label that is shown near the point. It is null by default. The label does not change its content automatically. By altering its text you can display any information you want but you should do it yourself. Label is similar to tooltip but it is placed in the top 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 Label { get; set; }

Property Value

Type: INChartTooltip
See Also