I have a ZedGraph control with multiple Y axis, and I want to allow the user to change the order in which the Y axis are displayed.
Unfortunately there is no Move method on the YAxisList object of the GraphPane, like it exists on the CurveList.
The indexers on the YAxisList are readonly. I can not use the good old swap snippet to swap axis in the list.
How can I proceed ?