Click or drag to resize
NChartTimeAxisVisible Property
Flag that determines if the object is visible (true) or not (false). The default value is true.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool Visible { get; set; }

Property Value

Type: Boolean

Implements

INChartObjectVisible
See Also