NChartPolarSystemBorderVisible Property |
Flag that determines if the border around the polar coordinate system is visible (true) or not (false).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool BorderVisible { get; set; }
Public Property BorderVisible As Boolean
Get
Set
public:
virtual property bool BorderVisible {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also