antialias and gridband tool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
norad
Newbie
Newbie
Posts: 13
Joined: Fri Nov 15, 2002 12:00 am
Location: Athens, Greece
Contact:

antialias and gridband tool

Post by norad » Tue Mar 09, 2004 12:46 pm

I cannot seem to make antialias and gridband work in the VCL 7 evaluation for delphi (they work fine in the activex)

They are not even recognised by the VCL code completion.

Does VCL 7 for delphi support these functions, or not?

regards,

Alex

norad
Newbie
Newbie
Posts: 13
Joined: Fri Nov 15, 2002 12:00 am
Location: Athens, Greece
Contact:

Post by norad » Wed Mar 10, 2004 7:39 am

please reply, this is very important

thanx,

alex

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Mar 10, 2004 11:06 am

Hi Alex,

have you seen the examples included in the Demo Features project under :
All Features -> Welcome ! -> Tools -> GridBands
and
All Features -> Welcome ! -> 3D Camvas -> Antialias
?
Both examples work fine here, could you please check if these work fine for you ?

norad
Newbie
Newbie
Posts: 13
Joined: Fri Nov 15, 2002 12:00 am
Location: Athens, Greece
Contact:

Post by norad » Wed Mar 10, 2004 11:45 am

Yes, they work fine. Is the demo based on the VCL version?

If yes, why dont the functions show up in code completion?
We have developed an application in Delphi 7 based on the VCL 7 demo.
What class do these functions belong to? We cannot find them.

I discovered that UseAntialias belongs to ICanvas (when i use ActiveX)
but i can't find it in the VCL

If I type Chart1.Canvas. code completion does not find UseAntialias, and if i persist and type Chart1.Canvas.UseAntiAlias the compiler complains that this is not a valid property or method

Any suggestions?

Thanx

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Mar 10, 2004 12:16 pm

Hi Alex,

>Is the demo based on the VCL version?
Yes. You can find the VCL code used to create the examples under :

C:\Program Files\Steema Software\TeeChart Pro v7 for Delphi X\Examples\Features

norad
Newbie
Newbie
Posts: 13
Joined: Fri Nov 15, 2002 12:00 am
Location: Athens, Greece
Contact:

Post by norad » Wed Mar 10, 2004 1:53 pm

ok, found the code and made it work

thanx !!

Alex

Post Reply