ResizeRangePx( {required double minPx, required double maxPx, double stepPx = 1}) : lowPx = minPx, highPx = maxPx, stepPx = stepPx <= 0 ? 1 : stepPx;