ScottPlot Version: 4.1.26
Operating System: W10
Application Type: WinForms
Question: I need to limit zoom out. I would like that it doesn't go beyond the AxisAuto(). I know I can implement on application side something to compute Min/Max of existing data and use SetOuterViewLimits to achieve this. However, I am wondering, wouldn't be easier and more suited to have this functionality build in into Scottplot?
It could be a flag that we can set to limit zoom out to maximum the AxisAuto() fit.