I am using a single ZedGraphControl to display 2 curves, one on the primary YAxis and another on the Y2Axis. I want to make it so that when the user zooms in on the data manually, only the scale on the YAxis changes.
I could not find any method to lock the Y2Axis actually prevent changes in the first place. I then thought I could just undo any changes to the axis in AxisChangeEvent, but changing the calls this event again, resulting in a infinite loop.