Axes Property
The Axes property allows access to graph AutoAxes collection. Returns an AutoAxes collection. This is a read-only property.
Syntax
object.Axes
object.Axes =Axes
Example 1
The following example shows how to change the X axis to a logarithmic axis.
XAxis.scale = grfAxisLog
Example 2
The following example shows how to return the axis name.
Debug.Print XAxis.Name
Used by: AutoGraph object