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