point property

ChartDataPoint? point
final

The data point that was interacted with, if applicable.

Non-null for point-based charts (line, bar, area, scatter, etc.) when isHit is true. Null for pie/donut charts or when no hit occurred.

Implementation

final ChartDataPoint? point;