Max Property (AAxis)

Returns or sets the maximum value of the axis.

Syntax

Object.Max [ = dMax ]

The Max property syntax has the following parts:

 

Name

Type

Inscription

Object

AAxis

AAxis object

dMax

Double

An integer specifying the maximum value of the axis on the AAxis object.

Example

The following statement changes the AAxis's Max to ten:

axs1.Max=10

Applies to

AAxis

See Also

AutoScale, Discrete, DiscreteBase, DiscreteInterval, Min