RatingChart.DataSource

Syntax

DataSource: PP.DataSource

Description

The DataSource property determines data source for rating chart.

Comments

Use JSON or the setDataSource method to set the property value and the getDataSource method to get the property value.

Example

The example of property use is given on the Example of creating the RatingChart component page.

See also:

RatingChart