HyperWorks Desktop

*Max()

Specifies the maximum value of an axis on a plot.

*Max()

Specifies the maximum value of an axis on a plot.

Previous topic Next topic No expanding text in this topic  

*Max()

Specifies the maximum value of an axis on a plot.

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

Syntax

*Max(Number)

Arguments

Name

Description

 

Number

The highest value on the axis.

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

The default is 10.

See also

 

*BeginPlot()

*Format()

*Grids()

*Label() – axis and plot macro

*Min()

*Precision()

*ScaleFactor()

*Tics()

List of Session Statements