Name Property
From 3D Graph Control
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