DataVisualizer.DataSources

Syntax

DataSources: Object

Description

The DataSources property sets and returns object that contains data sources for charts.

Comments

Use JSON or the setDataSources method to set the property value, and the getDataSources method to get the property value.

The property contains a JSON object whose fields are PP.DataSource type objects.

Example

The property use is given in theExample of Creating the BubbleTree Component page.

See also:

DataVisualizer