getDataBounds method
Get data bounds
Implementation
void getDataBounds(
double Function(ChartDataPoint) getValue,
double Function(double, double) combine,
) {
// This will be overridden by subclasses
}
Get data bounds
void getDataBounds(
double Function(ChartDataPoint) getValue,
double Function(double, double) combine,
) {
// This will be overridden by subclasses
}