ScaleAutoAllPens
- Last UpdatedDec 08, 2015
- 1 minute read
The ScaleAutoAllPens method sets a suitable Y-axis scale for all tags in accordance with the current minimum and maximum values.
Example
dim b as boolean;
b = Trend1.ScaleAutoAllPens();
Syntax
[Result=] Trend1.ScaleAutoAllPens();
Parameters
None.
Return Value
Returns TRUE if the Y-axis is successfully scaled; otherwise, returns FALSE.