DataSource property



The name of the data item that provides the data for the chart.

Syntax

Set:     Chart.setDataSource(strSource)
Get: strSource = Chart.getDataSource()

Applies to

Chart object.

Data type

string. The name of a data item that provides the data for the whole chart, or specified text element or series.

Usage

After setting DataSource, call refreshData() and then refresh() to update the data source and the chart.

See also
DataSourceSource property
dataSource PARAM tag