Name Property

3D Graph Control

Name Property

Syntax

CWAxis3D.Name

Data Type

String

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