RemovePen
- Last UpdatedOct 11, 2024
- 1 minute read
The RemovePen method removes the specified pen from the trend chart.
Note: If the same pen is available multiple times, then only the first occurrence is removed.
Example
dim b as boolean;
b = Trend1.RemovePen("MyPen01");
Syntax
[Result=] Trend1.RemovePen(string PenName);
Parameters
PenName
The pen name to be removed.
Return Value
Returns TRUE if the pen was successfully removed from the trend chart; otherwise, returns FALSE.