Page 1 of 1

Question bout TGDI+

Posted: Fri Sep 24, 2010 12:34 pm
by 10046032
Hello,

I am using over 30 TChart components in my app so do I have to drop 30 TGDI+ components and assign the TeePanel manual or is there a way to enable GDI+ for all my Teeharts at once?

Regards

Re: Question bout TGDI+

Posted: Fri Sep 24, 2010 3:35 pm
by yeray
Hi johnix,

You could add the following at creation time (on each chart, of course), if you think it will be faster.

Code: Select all

Chart1.Canvas:=TGDIPlusCanvas.Create;