Problem with Pie Chart and Version 3 for .Net
-
- Newbie
- Posts: 2
- Joined: Thu Jan 10, 2008 12:00 am
Problem with Pie Chart and Version 3 for .Net
Before upgrading to version 3 of Teechart for Dot Net, all of our pie charts displayed properly. Since the upgrade, all of our pie charts display more like rectangles than an actual pie. Has anyone else experience this problem and if so, is there a fix for this? I just downloaded the latest maintenance release mentioned on the website and it does the same thing. I noticed even the pie chart example that came with the Version 3 installation did the same thing.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi DavidBolton,
Have you tried setting Circled property to true? For example:
Have you tried setting Circled property to true? For example:
Code: Select all
pie1.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: 2
- Joined: Thu Jan 10, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi DavidBolton,
Thanks for the information. We have been able to reproduce the problem here in a 64 bit application as well and added this defect (TF02012843) to the bug list to be fixed for future releases. What we found is that the problem only happened when running the application without debugging (Ctrl + F5), while debugging it (F5) worked fine here. Can you confirm this is the same behavior at your end?
Thanks in advance.
Thanks for the information. We have been able to reproduce the problem here in a 64 bit application as well and added this defect (TF02012843) to the bug list to be fixed for future releases. What we found is that the problem only happened when running the application without debugging (Ctrl + F5), while debugging it (F5) worked fine here. Can you confirm this is the same behavior at your end?
Thanks in advance.
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 |