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