AutoMin Property
The AutoMin property returns or sets if axis minimum should be calculated automatically for standard axes. Returns a Boolean.
Syntax
object.AutoMin
object.AutoMin = AutoMin
Parameter | Type | Description |
AutoMin | Boolean | required, true to use the automatic the minimum value |
Example 1
This example shows how to set the axis minimum to a manual setting.
Axis.AutoMin = False
Example 2
This example shows how to return whether or not the automatic axis minimum is enabled.
Debug.Print Axis.AutoMin
Used by: AutoAxis object, AutoSurfaceColorScale object, AutoVectorColorScale object