Question bout TGDI+

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Question bout TGDI+

Post by johnnix » Fri Sep 24, 2010 12:34 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Question bout TGDI+

Post by Yeray » Fri Sep 24, 2010 3:35 pm

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;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply