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
Question bout TGDI+
Re: Question bout TGDI+
Hi johnix,
You could add the following at creation time (on each chart, of course), if you think it will be faster.
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;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |