ScaleDownAllPens
- Last UpdatedDec 08, 2015
- 1 minute read
The ScaleDownAllPens method increases the value range of all pens by one third.
Example
dim b as boolean;
b = Trend1.ScaleDownAllPens();
Syntax
[Result=] Trend1.ScaleDownAllPens();
Parameters
None.
Return Value
Returns TRUE if the value range is successfully increased by one third; otherwise, returns FALSE.