Problem with Pie Chart and Version 3 for .Net

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
DavidBolton
Newbie
Newbie
Posts: 2
Joined: Thu Jan 10, 2008 12:00 am

Problem with Pie Chart and Version 3 for .Net

Post by DavidBolton » Thu Feb 21, 2008 10:52 pm

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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Feb 22, 2008 9:15 am

Hi DavidBolton,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

DavidBolton
Newbie
Newbie
Posts: 2
Joined: Thu Jan 10, 2008 12:00 am

Post by DavidBolton » Fri Feb 22, 2008 4:15 pm

I have tried that. Does not help. I am using the 64-bit version of TeeCharts version 3 which seems to be what the problem is with as I installed version 3 on my own computer running 32-bit and it works fine. both my machine and the 64-bit server are running .net 2.0.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Feb 25, 2008 10:04 am

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.
Best Regards,
Narcís Calvet / 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