Both axis the same scale

Oystein Bjorke 10 lat temu 0
This discussion was imported from CodePlex

everytimer wrote at 2013-08-11 19:51:

I need to display this series:

Image

Please note that it has the shape of a circle, going from -4 to 4, but as the horizontal axis is longer my circle is deformed (is an ellipse).

How can I coerce both axis to have the same scale? And this way achieve displaying a more circular shape:

Image

I need to do this automatically, I can't set it manually for each dataset. I can't use angle axis either.

Thanks

objo wrote at 2013-08-14 08:43:

Try to set yourPlot.PlotType = PlotType.Cartesian
See the examples!

everytimer wrote at 2013-08-14 11:44:

Thanks, but it seems to not reseting the axis when I plot it again. I'll reset the axis manually in this case.