WithChartItems (ClearDataPoints)
Deletes all data points from a specific series in the currently initialised chart definition.
Syntax
WithChartItems( InstructionType, SeriesName );
Parameters
| Parameter Name | Type | Description | Optional? | Default Value |
|---|---|---|---|---|
| InstructionType | Integer or String | Must be set to either the integer 26 or the string "ClearDataPoints". | No | n/a |
| SeriesName | String | The name of the intended series. | No | n/a |
Output
If successful, the function will return True; otherwise, it will return False.