ScalePen
- Last UpdatedDec 08, 2015
- 1 minute read
The ScalePen method sets the Y-axis scale for the currently selected pen.
Example
dim b as boolean;
b = Trend1.ScalePen(-100, 100);
Syntax
[Result=] Trend1.ScalePen(double Min, double Max);
Parameters
Min
Type the minimum value for the Y-axis.
Max
Type the maximum value for the Y-axis.
Return Value
Returns TRUE if the Y-axis scale is set successfully; otherwise, returns FALSE.