Maximum Property [Axis]
Maximum returns the axis maximum in map units. Returns a double. This is a read-only property. However, this property could be set using the 'Maximum' parameter of the Axis.SetScale() method.
Syntax
object.Maximum
Example
This example demonstrates how to return the axis maximum.
Debug.Print Axis.Maximum
Used by: Axis object