seriesN PARAM tag



Assigns values to the data points for series N, where N is 1 for the first data series, and so on.

Syntax

<PARAM NAME = "seriesN" VALUE = "sValue">

Values

sValue
The series data point values:

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.

See Also
DataSource property
Data property