HyperWorks Desktop

*TicsFont()

Specifies the font type, weight, style, and size for axis tics.

*TicsFont()

Specifies the font type, weight, style, and size for axis tics.

Previous topic Next topic No expanding text in this topic  

*TicsFont()

Specifies the font type, weight, style, and size for axis tics.

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

Syntax

*TicsFont(Name, Weight, Slant, Size)

Arguments

Name

Description

 

Name

The font type:

Helvetica, Courier, New Century Schoolbook, or Times

 

Weight

The font weight, 1 or 0:

1 = bold
0 = normal (default)

 

Slant

The font style, 1 or 0:

1 = italic
0 = normal (default)

 

Size

The font size, 8, 10, 12, 14, 18, or 24

Example

*BeginAxis()

   *LabelFont("Times", 1, 1, 12)

  *TicsFont("Helvetica", 0, 0, 10)

*EndAxis()

Application

HyperGraph.

Context

*BeginAxis()

Report Definitions

Comments

Defaults for the font type, weight, style, and size are set in the preference file using *SetAxisTicFont().

See also

 

*BeginAxis()

*BeginPlot()

*Tics()

*TicMethod()

List of Session Statements