Assigns values to the data points for series N, where N is 1 for the first data series, and so on.
<PARAM NAME = "seriesN" VALUE = "sValue">
Value | Description |
string | The string that contains the values to be assigned to the series. The values are specified in a comma-delimited list. |
@string | The name of a one-dimensional ArrayAccess data item whose contents is the series data values. |