CWAxes
CWAxes is a collection of CWAxis objects. A graph has one X axis and a varying number of Y axes. Usually, the X axis is at index 1, and the Y axes are at subsequent indices.
Properties
Count | Returns the number of objects in the collection. |
Methods
Add | Adds an object to the collection and returns the new object. |
Item | Returns the specified object from the collection. |
Remove | Removes the specified item from the collection. |
RemoveAll | Removes all objects from the collection. |
See Also
CWGraph.Axes
CWAxis