Visible Property

3D Graph Control

Visible Property

Syntax

CWAxis3D.Visible

Data Type

Boolean

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