CWAxes3D

3D Graph Control

CWAxes3D

Standard collection containing all CWAxis3D objects of the graph. A graph has one x-, y-, and z-axis. These different CWAxis3D objects are contained in the CWAxes3D collection and can be referenced by index. The x-axis is at index 1, the y-axis is at index 2, and the z-axis is at index 3.

Properties

CountReturns the number of objects in the collection.

Methods

ItemReturns the specified object from the collection.

See Also

CWGraph3D.Axes

CWAxis3D