 "scaleFont"
"scaleFont"
    
    Sets the font for the scale of a trend.
Synopsis
setValue(string shape, "scaleFont", string font);
getValue(string shape, "scaleFont", string font);
shape.scaleFont(string font);
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
| font | The font that will be set, for example, "Arial Black,-1,11,5,87,0,0,0,0,0". Use the function fontSelector() to find the required font strings. | 
Description
Sets the font for the scale of a trend.
 Example
Example
In the following example, the font of the scale will be set to "Tahoma,-1,11,5,75,0,0,0,0,0".
TREND1.scaleFont("Tahoma,-1,11,5,75,0,0,0,0,0"); 
            Assignment
Trend
