Circular Polar series chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Circular Polar series chart

Post by asupriya » Wed Feb 25, 2009 3:53 am

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.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Post by Sandra » Wed Feb 25, 2009 10:03 am

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply