Minimum Property [Axis]

Minimum returns the axis minimum in map units. Returns a double. This is a read-only property. However, this property could be set using the 'Minimum' parameter of the Axis.SetScale() method.

Syntax

object.Minimum

Example

This example demonstrates how to return the axis minimum.

Debug.Print Axis.Minimum

Used by: Axis object