Syntax: |
SET LEGENDTITLEFONT s
|
Default: |
LEGENDTITLEFONT = ARIAL
|
Note: The value of the LEGENDTITLEFONT
characteristic is a string and not a numeric value. So, if you enter:
GET LEGENDTITLEFONT X
,
the variable X
will be a string variable.
LEGENDTITLEFONT
controls the font of the graph legend title. 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 LEGENDTITLEFONT ARIAL
SET LEGENDTITLEFONT 'ARIAL BOLD'