Automatically determines the minimum and maximum value for the specified axis.
*Autoscale()Automatically determines the minimum and maximum value for the specified axis. |
|||||
*Autoscale()Automatically determines the minimum and maximum value for the specified axis. |
Syntax |
*Autoscale(X/Y/XY) |
|
Arguments |
Name |
Description |
X |
Autoscales the X axis only. |
|
Y |
Autoscales the Y axis only. |
|
XY |
Autoscales both the X and Y axes. |
|
Example |
*BeginPlot() • • • *Autoscale(X) • • • *EndPlot |
|
Application |
HyperGraph. |
|
Context |
||
Comments |
The *Autoscale() statement overrides the *Min() and *Max() statements inside a *BeginAxis() block. |
|
See also |
|
|