num get yMin => yRange.minimum;
set yMin(num value) { if (yRange.minimum != value) { yRange.minimum = value; yAxis?._needsRangeUpdate = true; } }