## Feature Suggestion **Feature description:** Gives the min and max y within an interval of x values. See also #1929 **Code example:** ```cs (double yMin, double yMax) = sig.YDataRange(myPlot.GetAxisLimits()); myPlot.AutoAxisY(yMin, yMax); ```