How do I create isotropic axes on a C# chart?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ian dean
    New Member
    • Aug 2010
    • 3

    How do I create isotropic axes on a C# chart?

    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.
Working...