AutoMax Property

The AutoMax property returns or sets if the axis maximum is calculated automatically for standard axes. Returns a Boolean.

Syntax

object.AutoMax

object.AutoMax = AutoMax

 

Parameter Type Description
AutoMax Boolean required, true to use the automatic the maximum value

 

Example 1

This example shows how to set the axis maximum to the automatic value.

Axis.AutoMax = True

Example 2

This example shows how to return if the automatic axis minimum is enabled.

Debug.Print Axis.AutoMax

 

Used by: AutoAxis object, AutoSurfaceColorScale object, AutoVectorColorScale object