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