Chart.AddMultiplePens
- Last UpdatedJan 21, 2020
- 1 minute read
The Chart.AddMultiplePens is a read-write Boolean property that suspends or enables a chart refresh while multiple pens are added to the chart.
Syntax
Chart.AddMultiplePens = bool;
Result = Chart.AddMultiplePens;
Remarks
The default is FALSE (allows the chart refresh while multiple pens are added to the chart).
You can set this property to TRUE, then add multiple properties using a script without refreshing the graph. After adding the final property value, the script returns this property to FALSE. The graph is automatically refreshed and shows all pens that have been added.