I am using oxyplot to create line series charts in my c# application.
The data is loaded in real time as a test progresses.
I am currently using LinearAxis.MinimumRange
to prevent auto scaling to zoom right into the data to prevent the screen being filled with noise at the start of the test before values start changing.
However, by design this property limits how far the user is able to zoom in, is there a simple way beyond hooking into the scale changed events to achieve the functionality I want which is, to put it more simply, a default plot size that when exceeded autoscaling kicks in.