"defaultFont"
Defines the font which is used for the text of a "event" curve and the Y axis' area label in the trend plot area.
Synopsis
setValue (string shape, "defaultFont", string font);
getValue (string shape, "defaultFont", string &font);
shape.defaultFont(string font);
Parameters
Parameter | Description |
---|---|
shape | Name of the object |
font | The font, for example, "Arial Black,-1,11,5,87,0,0,0,0,0". To find the desired font, use the function fontSelector(). |
Description
Defines the font which is used for the text of a "event" curve and the Y axis' area label in the trend plot area.
Example
The following example sets the font to Arial Black and italic.
main()
{
TREND1.defaultFont("Arial Black,-1,11,5,87,0,0,0,0,0");
}
Assignment
Trend