HyperWorks Desktop

*Tics()

Specifies the number of tics on a plot axis.

*Tics()

Specifies the number of tics on a plot axis.

Previous topic Next topic No expanding text in this topic  

*Tics()

Specifies the number of tics on a plot axis.

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

Syntax

*Tics(Number)

Arguments

Name

Description

 

Number

A value indicating the number of tic marks on the axis.  Must be a whole number less than or equal to 21.

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

If the axis is linear, *Tics() is the number of tic marks on the axis.

If the axis format is logarithmic or decibel, *Tics() is the number of tics per decade.

The default is 11.

See also

 

*BeginPlot()

*Format()

*Grids()

*Label() – axis and plot macro

*Max()

*Min()

*Precision()

*ScaleFactor()

*TicMethod()

*TicsFont()

List of Session Statements