dataSets property

List<ChartDataSet> dataSets
final

The data sets to render in the chart.

Must not be empty. Each dataset represents a series in the chart.

Implementation

final List<ChartDataSet> dataSets;