seriesLabelFor property

String Function(Color color, List<ChartDataSet> group)? seriesLabelFor
final

Optional custom label resolver (see ChartLegend.fromDataSets).

Implementation

final String Function(Color color, List<ChartDataSet> group)? seriesLabelFor;