Syntax: |
SET XNUMBERSFONT s
|
Default: |
XNUMBERSFONT = ARIAL
|
Note: The value of the XNUMBERSFONT
characteristic is a string instead of a numeric value. So, if
you enter: GET XNUMBERSFONT X
, the variable X
will be a string variable.
XNUMBERSFONT
controls the font of
the numbers labeling the x-axis. The parameter
f
should be the font name. If the font name is composed of more than one word, enclose
the font name in quotes.
Examples:
SET XNUMBERSFONT ARIAL
SET XNUMBERSFONT 'ARIAL BOLD'