NChartValueAxisLabelsVisible Property |
Flag that determines if the labels of ticks are visible (true) or not (false). The default value is true.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool LabelsVisible { get; set; }
Public Property LabelsVisible As Boolean
Get
Set
public:
virtual property bool LabelsVisible {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also