ClearPens
- Last UpdatedDec 08, 2015
- 1 minute read
The ClearPens method removes all pens from the trend.
Example
dim b as boolean;
b = Trend1.ClearPens();
Syntax
[Result=] Trend1.ClearPens();
Parameters
None.
Return Value
Returns TRUE if the pens were successfully deleted from the trend; otherwise, returns FALSE.