*AutoFit()

Locks the axis so that it will not change if new curves are added.

Syntax

*AutoFit (True/False)

Application

HyperGraph

Inputs

True
Turns off the axis lock.
False
Turns on the axis lock.

Context

*BeginAxis()

Report Definitions

Example

*BeginAxis(X)
	*Label("Force")
	*Scale(Linear)
	*Min(-8000)
	*Max(1000)
	*Format(Auto)
	*Precision(5)
	*Tics(10)
	*Grids(2)
	*AutoFit(True)
*EndAxis()