I’ve got a winforms application which uses zed-graph library to plot graphs. When I right-click on the control (while application is running) a context menu shows up and I can choose Set Scale to default.
How do I achive this Set Scale to default-behaviour programmatically?
I’ve got a winforms application which uses zed-graph library to plot graphs. When I
Share
For each x- and y-axis following code is executed:
For more information easily look in the source code and search for “Set Scale to default”.