Round pie charts
-
- Newbie
- Posts: 30
- Joined: Tue Dec 28, 2004 5:00 am
- Contact:
Round pie charts
Is there a way to force a 2D pie chart to be round rather than oval?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Normand,
Yes, use:
This property can also be set at design-time using the chart editor, series tab, selecting a pie series, circled tab.
Yes, use:
Code: Select all
Series1.Circled:=true;
Best Regards,
Narcís Calvet / 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 |
-
- Newbie
- Posts: 30
- Joined: Tue Dec 28, 2004 5:00 am
- Contact:
Oh! Thanks! But while it works fine when your screen is in landscape more (like most people do), this option does not work when working in portrait mode. It seems like the algorithm create a ratio without taking into account the fact that the height may be bigger than the width.
Any way to fix this so that this option works for both screen orientation?
Any way to fix this so that this option works for both screen orientation?
Hi ,
it seems it works fine here having a Chart object which its height is bigger than the width. (using the latest TeeChart Pro v7.06).
How can I see the problem you refer ?
it seems it works fine here having a Chart object which its height is bigger than the width. (using the latest TeeChart Pro v7.06).
How can I see the problem you refer ?
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 30
- Joined: Tue Dec 28, 2004 5:00 am
- Contact:
Quite easy, create a new application, a TChart component, add a Pie series, go to the editor, put a check mark beside Circled and remove the one in the 3 Dimentions checkbox.
If you leave both items checked, you will get a round pie in 3D, but if you display the pie in 2D, it will not be round but oval (on a screen in portrait orientation).
Let me know if you want me to create a project for you.
If you leave both items checked, you will get a round pie in 3D, but if you display the pie in 2D, it will not be round but oval (on a screen in portrait orientation).
Let me know if you want me to create a project for you.
Hi,
yes please, would you be so kind to send me an small app with which I can see the problem here ( directly to pep@steema.com) ?
I cannot see the problem here using the latest TeeChart Pro version.
yes please, would you be so kind to send me an small app with which I can see the problem here ( directly to pep@steema.com) ?
I cannot see the problem here using the latest TeeChart Pro version.
Pep Jorge
http://support.steema.com
http://support.steema.com