Min Property (AAxis)

Returns or sets the minimum value of the axis.

Syntax

Object.Min [ = dMin ]

The Min property syntax has the following parts:

 

Name

Type

Inscription

Object

AAxis

AAxis object

dMin

Double

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

Example

The following statement changes the AAxis's Min to two:

axs1.Min=2

Applies to

AAxis

See Also

AutoScale, Discrete, DiscreteBase, DiscreteInterval, Max