Page 1 of 1

Circular Polar series chart

Posted: Wed Feb 25, 2009 3:53 am
by 13051032
I have a polar series on a TChart . When i do not make the tchart's footer and legend visible, the chart is drawn perfectly circular. But when i make the footer and/or legend visible, its squeezed such the displayed chart appears elliptical, though the radius and the marks on the left, right, top, bottom axes remain as if they read the same radius on all the axes.

I want it to appears perfectly circular even if i make its footer and legend visible. How do i do it? Please suggest.

Posted: Wed Feb 25, 2009 10:03 am
by 10050769
Hi asupriya,

If you want to PolarSeries appears prefectly circular you have do the next code:

Code: Select all

        PolarBar1.Circled = True

Please add this line in your code and you check if it works.


Thanks,