Axis.Type Property
Excel Developer Reference |
Returns an XlAxisType value that represents the Axis type.
Syntax
expression.Type
expression A variable that represents an Axis object.
Remarks
When using this property for the horizontal axis of scatter charts, xlCategory will be returned as the Axis type.
See Also