HyperWorks Desktop

*AutoFit()

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

*AutoFit()

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

Previous topic Next topic No expanding text in this topic  

*AutoFit()

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*AutoFit(True/False)

Arguments

Name

Description

 

True

Turns off the axis lock.

 

False

Turns on the axis lock.

Example

*BeginAxis(X)

 *Label("Force")

 *Scale(Linear)

 *Min(-8000)

 *Max(1000)

 *Format(Auto)

 *Precision(5)

 *Tics(10)

 *Grids(2)

 *AutoFit(True)

*EndAxis()

Application

HyperGraph.

Context

*BeginAxis()

Report Definitions

See also

 

*BeginAxis()

*ScaleFactor()

List of Session Statements