Another issue with latest 2010 update

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

Another issue with latest 2010 update

Post by johnnix » Wed Oct 13, 2010 6:37 am

Hello,

Setting the antialias text does not affect text on labels or titles of Axis. I am using Delphi XE and the latest 2010 update and I am beginning to miss the evaluation version (it worked better at least for me).

Regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Another issue with latest 2010 update

Post by Narcís » Fri Oct 15, 2010 8:08 am

Hi johnnix,

Is this using GDI+? Can you please have a look at the example at What's New?\Welcome!\New Components\GDI+? You may need to sent AntiAliasText as in this example, for example:

Code: Select all

  TeeGDIPlus1.AntiAliasText:=gpfClearType;
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Re: Another issue with latest 2010 update

Post by johnnix » Fri Oct 15, 2010 8:26 am

Hello Narcis,

Just drop a TeeGDIPlus and assign a TeePanel. Changing the AbtiAlias Text property of the TeeGDIPlus does not have any affect on the plot.

Regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Another issue with latest 2010 update

Post by Narcís » Fri Oct 15, 2010 10:09 am

Hi johnnix,

It has for me here, I can see it in chart header and the legend if the GDI+ component is active, of course. Does this occur at your end?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

johnnix
Advanced
Posts: 192
Joined: Tue Jul 10, 2007 12:00 am

Re: Another issue with latest 2010 update

Post by johnnix » Fri Oct 15, 2010 12:20 pm

Hello Narcis,

I am sorry but I forgot to mention that it works only for legend and chart title, axis titles and labels do not respond to any change.

Regards

John

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Another issue with latest 2010 update

Post by Narcís » Fri Oct 15, 2010 2:47 pm

Hi John,

Ok, thanks for the info. I have added this to the bug-list too (TV52015222).
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply