HyperWorks Desktop

*Min()

Specifies the minimum value of an axis on a plot.

*Min()

Specifies the minimum value of an axis on a plot.

Previous topic Next topic No expanding text in this topic  

*Min()

Specifies the minimum 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

*Min(Number)

Arguments

Name

Description

 

Number

The lowest value on the axis.  Must be positive if the axis is logarithmic or decibel.

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 for linear axis.

See also

 

*BeginAxis()

*BeginPlot()

*Format()

*Grids()

*Label() – axis and plot macro

*Max()

*Precision()

*ScaleFactor()

*Tics()

List of Session Statements