Returns or sets whether the minimum and maximum limits of the object are automatically set.
Object.AutoScale [ = bAutoScale ]
The AutoScale property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object |
|
bAutoScale |
Bool |
A boolean expression that specifies whether the minimum and maximum limits of the object are automatically set. |
bAutoScale can be one of the following:
|
Value |
Description |
|
True |
The minimum and maximum limits are automatically set. |
|
False * |
The minimum and maximum limits are not automatically set. |
This property is applied only to the AChart control. It affects only plots that also have their AutoScale property set to TRUE.
The following statement changes the AAxis so the min and max limits are automatically set:
axs1.AutoScale=True
Discrete, DiscreteBase, DiscreteInterval, Max, Min, ReverseOrder