HyperWorks Desktop

*SetAxisTicFont()

Specifies the font type, weight, style, and size for the axis tic mark labels of a plot.

*SetAxisTicFont()

Specifies the font type, weight, style, and size for the axis tic mark labels of a plot.

Previous topic Next topic No expanding text in this topic  

*SetAxisTicFont()

Specifies the font type, weight, style, and size for the axis tic mark labels of a plot.

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

Syntax

*SetAxisTicFont(Font Name, Weight, Slant, Size)

Arguments

Names

Description

 

Font Name

The font type:

Courier, Helvetica, 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

*BeginPlotDefaults()

  *SetBrowserExtension(".req")

  *SetBackgroundColor(0)

  *SetGridlineColor(14)

  *SetHeaderColor(1)

  *SetBorderColor(12)

  *SetAxisColor(1)

  *SetAxisDefaults(0, 11, 2, 1, 11, 4)

  *SetAxisLabelFont("Times", 1, 0, 8)

  *SetAxisTicFont("New Century Schoolbook", 0, 1, 18)

        • • •

*EndPlotDefaults()

Application

HyperGraph and HyperGraph 3D.

Context

*BeginPlotDefaults()

See also

 

*BeginPlotDefaults()

*SetAxisColor()

*SetAxisDefaults()

*SetAxisLabelFont()

*Font()

List of Preference Statements