getYChartMin method

  1. @override
double getYChartMin()
override

Returns the minimum y value of the chart, regardless of zoom or translation.

@return

Implementation

@override
double getYChartMin() {
  return min(_axisLeft!.axisMinimum!, _axisRight!.axisMinimum!);
}