Page 1 of 1

Cannot disable Antialias for GDI+ rendering

Posted: Wed Oct 30, 2013 12:22 pm
by 9339286
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....

Re: Cannot disable Antialias for GDI+ rendering

Posted: Tue Nov 05, 2013 10:13 am
by narcis
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.