HyperWorks Desktop

*EndAxis()

Indicates the end of an axis block.

*EndAxis()

Indicates the end of an axis block.

Previous topic Next topic No expanding text in this topic  

*EndAxis()

Indicates the end of an axis block.

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

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

*BeginAxis()

Report Definitions

Comments

Every *BeginAxis() statement requires a closing *EndAxis() statement.

See also

 

*BeginAxis()

*BeginPlot()

*Format()

*Grids()

*Label() – axis and plot macro

*Max()

*Min()

*Precision()

*ScaleFactor()

*Tics()

List of Session Statements