Using GDI+ rendering with a TChart (see my previous post @ http://www.teechart.net/support/viewtop ... =3&t=14436) does not allow to change the AntiAlias-Setting.
1. Disable the feature (Chart->3D->render->GDI+) by removing the check before "antialias" and close the Form (storing it).
2. Reopen the form and navigate to that setting will show you the check is set again
This is a major drawback as that is a big performance issue (as this is changed without notice).
Also opening older projects seems to automaticaly change the Canvas from TTeeCanvas3D to TGDIPlusCanvas without notifing. As I have dozends of projects with 100+ forms using TChart that is really bad....
Cannot disable Antialias for GDI+ rendering
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Cannot disable Antialias for GDI+ rendering
Hi Whookie,
Using our current sources, if I disable Antialias in GDI+ at design-time, save the form, close it and reopen it, Antialias is still disabled. That's the behaviour you'd expect, I guess.
Using our current sources, if I disable Antialias in GDI+ at design-time, save the form, close it and reopen it, Antialias is still disabled. That's the behaviour you'd expect, I guess.
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 |