Name Property
Syntax
CWAxis3D.Name
Data Type
Purpose
Specifies the name of the axis.
Remarks
Use this name for indexing the Axes collection on a CWGraph3D object.
Example
'Set the x-axis name
CWGraph3D1.Axes.Item(1).Name = XAxis
CWAxis3D.Name
Specifies the name of the axis.
Use this name for indexing the Axes collection on a CWGraph3D object.
'Set the x-axis name
CWGraph3D1.Axes.Item(1).Name = XAxis