getYChartMax method

  1. @override
double? getYChartMax()
override

Returns the maximum value this chart can display on it's y-axis.

Implementation

@override
double? getYChartMax() {
  return _yAxis!.axisMaximum;
}