*TicsFont()

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

Syntax

*TicsFont (Name, Weight, Slant, Size)

Application

HyperGraph

Inputs

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
Italics
0
Normal (default)
Size
The font size, 8, 10, 12, 14, 18, or 24

Context

*BeginAxis()

Report Definitions

Example

*BeginAxis()
    *LabelFont("Times", 1, 1, 12)
    *TicsFont("Helvetica", 0, 0, 10)
*EndAxis()

Comments

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