Returns or sets the minimum value of the axis.
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. |
The following statement changes the AAxis's Min to two:
axs1.Min=2