xAxisCustomValues property

List<double>? xAxisCustomValues
final

This value is required only if the BezierChartScale is BezierChartScale.custom and these values must be sorted in increasing way (These will be showed in the Axis X).

Implementation

final List<double>? xAxisCustomValues;