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