dataSource PARAM tag



Assigns or returns the name of the data item that provides the data for the chart.

Syntax

<PARAM NAME = "dataSource" VALUE = "lstring">

Values

lstring
The chart data source:

Value Description
dataItemName The name used to acquire an ArrayAccess data item from the InfoBus. The data item contents are parsed to obtain the chart data.
@dataItemName The name used to acquire an ImmediateAccess data item from the InfoBus. The data item provides access to the data set for the chart.

Usage

If you do not explicitly set dataSource, its value defaults to the value of the NAME tag in the APPLET definition.

See Also
DataSource property
DataSourceSource property