dataPoints property

List<ChartDataPoint> dataPoints
final

The list of data points in this series.

Should not be empty. Empty lists may cause rendering issues.

Implementation

final List<ChartDataPoint> dataPoints;