Indicates the end of an axis block.
Syntax |
*EndAxis() |
Example |
*BeginAxis(X) *Label("Force") *Scale(Linear) *Min(-8000) *Max(1000) *Format(Auto) *Precision(5) *Tics(10) *Grids(2) *EndAxis() |
Application |
HyperGraph. |
Context |
|
Comments |
Every *BeginAxis() statement requires a closing *EndAxis() statement. |
See also |
|