dataPoint property

ChartDataPoint dataPoint
final

The single data point in this dataset.

Each dataset represents one point on the chart.

Implementation

// / The label is stored in [dataPoint.label].
final ChartDataPoint dataPoint;