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.
Circular Polar series chart
Hi asupriya,
If you want to PolarSeries appears prefectly circular you have do the next code:
Please add this line in your code and you check if it works.
Thanks,
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,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |