WithChartItems (GetDataPointCount)
Retrieves the total number of data points in 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 27 or the string "GetDataPointCount". | No | n/a |
SeriesName | String | The name of the intended series. | No | n/a |
Output
If successful, the function will return the total number of data points associated with the specified series; otherwise, it will return an empty string.