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; }
Public Property Label As INChartTooltip
Get
Set
public:
virtual property INChartTooltip^ Label {
INChartTooltip^ get () sealed;
void set (INChartTooltip^ value) sealed;
}
Property Value
Type:
INChartTooltipSee Also