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