WithChartItems (SetSeriesDataPointOption)
Defines specific settings for a series data point in the currently initialised chart definition based on its index number. This index is assigned to all data points based on the order in which they were added, beginning from 0.
Syntax
WithChartItems( InstructionType, SeriesName, DataPointIndex, DataPointOption );
Parameters
Parameter Name | Type | Description | Optional? | Default Value |
---|---|---|---|---|
InstructionType | Integer or String | Must be set to either the integer 15 or the string "SetSeriesDataPointOption". | No | n/a |
SeriesName | String | The name of the series that contains the intended data point. | No | n/a |
DataPointIndex | String | The zero-based index of the intended data point. | No | n/a |
DataPointOption | String | A pipe-separated list of key value pairs where each pair consists of a value Reference Name and Value for the option to modify, formatted like "Reference=Value|SecondReference=SecondValue". | No | n/a |
Output
If successful, the function will return True; otherwise, it will return False.