clearYRange method
void
clearYRange()
Implementation
void clearYRange() {
if (_disposed) return;
if (_yMin == null && _yMax == null) return;
_yMin = null;
_yMax = null;
_notifyIfAlive();
}
void clearYRange() {
if (_disposed) return;
if (_yMin == null && _yMax == null) return;
_yMin = null;
_yMax = null;
_notifyIfAlive();
}