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. |
|||||
*AutoFit()Locks the axis so that it will not change if new curves are added. |
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 |
||
See also |
|
|