I have managed to plot a data series on a C# (.NET) chart. However, because the data represents real world coordinates, I need the axes to be isotropic. I.e. the same acale should apply to both x & y axes so that circles remain circles etc.
I can set the axes properties to define exact ranges, but in reality the data is likely to expand, requiring an automatic redraw when the limits are reached.
I can set the axes properties to define exact ranges, but in reality the data is likely to expand, requiring an automatic redraw when the limits are reached.