Returns or sets the maximum value of the axis.
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. |
The following statement changes the AAxis's Max to ten:
axs1.Max=10