Specifies the font type, weight, style, and size for the axis of a plot.
*SetAxisLabelFont()Specifies the font type, weight, style, and size for the axis of a plot. |
|||||
*SetAxisLabelFont()Specifies the font type, weight, style, and size for the axis of a plot. |
Syntax |
*SetAxisLabelFont(Font, 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 |
|
Slant |
The font style, 1 or 0: 1 = italic |
|
Size |
The font size: 8, 10, 12, 14, 18, or 24 |
|
Example |
*BeginPlotDefaults() *SetBrowserExtension(".req") *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 |
||
Comments |
Non true-type fonts do not support vertical text. This only affects vertical axes and vertical datum lines. |
|
See also |
|
|