Hello,
When using GDI+ canvas, the last slice of 2D pie charts is always drawn as transparent and all other slices are drawn with the color of the last slice.
This results in undoubtedly amusing, but not entirely production-ready 'pacman' image being drawn.
I could recreate this with TeeChart 8.02 by simply adding some values for a TPieSeries in a chart that uses a TGDIPlusCanvas. 3D pies did not have this problem.
2D Pie Charts not working with GDI+
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tsiipola,
I'm not able to reproduce this using the TeeChartGDIPlus.exe demo shipped with TeeChart. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at or upload page.
Thanks in advance.
BTW: v8.03 VCL is in release candidate stage. I'm going to send you the URL to download it so that you can check if it works fine at your end using v8.03.
I'm not able to reproduce this using the TeeChartGDIPlus.exe demo shipped with TeeChart. Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at or upload page.
Thanks in advance.
BTW: v8.03 VCL is in release candidate stage. I'm going to send you the URL to download it so that you can check if it works fine at your end using v8.03.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tsiipola,
As an update, GDI+ canvas demo can be now find in the new features demo shipped with the binary installers at All Features\Welcome!\3D Canvas\GDI+ Canvas.
As an update, GDI+ canvas demo can be now find in the new features demo shipped with the binary installers at All Features\Welcome!\3D Canvas\GDI+ Canvas.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tsiipola,
Sorry, I missed the part that this only happened with 2D pies. I have been able to reproduce the issue here now and added it (TV52013293) to the bug list to be fixed for next releases.
Sorry, I missed the part that this only happened with 2D pies. I have been able to reproduce the issue here now and added it (TV52013293) to the bug list to be fixed for next releases.
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 |
Hi, glad to hear you reproduced the problem. This is a fairly big issue for us as the GDI+ support and pie charts are supposed to feature prominently in the next version of our software.
The GDI+ canvas demo seems useful, as I have some GDI+ issues left to report, and I might be able to find recreation steps for some of those using the demo.
Thank you for your efforts.
The GDI+ canvas demo seems useful, as I have some GDI+ issues left to report, and I might be able to find recreation steps for some of those using the demo.
Thank you for your efforts.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tsiipola,
Just checked that TV52013293 hasn't been fixed yet.
Just checked that TV52013293 hasn't been fixed yet.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi tsiipola,
This has been fixed now for next v8 maintenance release.
If you are a sourcecode customer you can fix the issue adding the line below as the last instruction in CalcArcAngles in TeeGDIPlus.pas
This has been fixed now for next v8 maintenance release.
If you are a sourcecode customer you can fix the issue adding the line below as the last instruction in CalcArcAngles in TeeGDIPlus.pas
Code: Select all
if EndAngle=0 then EndAngle:=361;
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 |