Visible Property
Syntax
CWAxis3D.Visible
Data Type
Purpose
Specifies if the axis is visible or hidden.
Remarks
Set Visible to False to hide the axis.
Example
'Make the x-axis visible
CWGraph3D1.Axes.Item(1).Visible = True
CWAxis3D.Visible
Specifies if the axis is visible or hidden.
Set Visible to False to hide the axis.
'Make the x-axis visible
CWGraph3D1.Axes.Item(1).Visible = True