ScaleAllPens
- Last UpdatedDec 08, 2015
- 1 minute read
The ScaleAllPens method sets the Y-axis (value axis) scale for all pens.
Example
dim b as boolean;
b = Trend1.ScaleAllPens(-100, 100);
Syntax
[Result=] Trend1.ScaleAllPens(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.