TChart Pro ActiveX v8.0.1.3 and antialiasing

TeeChart for ActiveX, COM and ASP
Post Reply
François Fustin
Newbie
Newbie
Posts: 19
Joined: Fri Apr 24, 2009 12:00 am

TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by François Fustin » Tue Sep 25, 2018 7:13 am

Hello,

We are using an old TChart OCX Version (8.0.1.3) and we try to apply antialiasing on series 'scLine' on VS c++.

In the documentation, I see that it is possible with the CAntiAliasTool and I tried like that:

Code: Select all

pTChart->GetTools().Add(tcAntiAlias)
pTChart->GetTools().GetItems(0).GetAsAntiAlias().SetAntialias(TRUE)
But it doesn't work. When the function 'SetAntialias' is called I receive the message "Not implemented".

But when I open in Visual Studio the 'SeriesTextSource' example can easily add this antialias tool with the 'TeeCommander' and it works.

Why it is not possible to do the same dynamically?

Thank you for your help.

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

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by Yeray » Wed Sep 26, 2018 7:37 am

Hello François,

Thanks to your report we could reproduce the problem, even with the current v2018.0.2.9.
We are investigating what could be wrong with the implementation of that method for VC++.
As you've detected, it works fine at design time, and it also works fine at runtime in VB6.

We'll be back to you here as soon as possible.
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

François Fustin
Newbie
Newbie
Posts: 19
Joined: Fri Apr 24, 2009 12:00 am

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by François Fustin » Wed Sep 26, 2018 9:15 am

Hi Yeray,

Thank you for your answer.
Thus I wait your feedback

Have a nice day
François

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

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by Yeray » Wed Sep 26, 2018 9:56 am

Hello François,

This is just to let you know we've just fixed the bug (#2094).
We'll publish a new release in a few days but, if you need the fix asap, we can send you a test version.
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

François Fustin
Newbie
Newbie
Posts: 19
Joined: Fri Apr 24, 2009 12:00 am

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by François Fustin » Wed Sep 26, 2018 12:55 pm

Hello Yeray,

Is this a fix for the v8.0.1.3 or for the last release (v2018.0.2.9)?

We can wait a few days to have the official patch.

Thanks
François

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

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by Yeray » Thu Sep 27, 2018 7:15 am

Hello François,
François Fustin wrote:
Wed Sep 26, 2018 12:55 pm
Is this a fix for the v8.0.1.3 or for the last release (v2018.0.2.9)?
The change will be included in the next version, following v2018.0.2.9. We don't plan to publish any other v8 release.
Is there any problem that impedes you to upgrade your application from TeeChart v8 to the current version?
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

François Fustin
Newbie
Newbie
Posts: 19
Joined: Fri Apr 24, 2009 12:00 am

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by François Fustin » Thu Sep 27, 2018 8:09 am

Hello Yeray,


There is absolutely no problem for us to buy an upgrade for the last version.

We just want to be sure that there will be no compatibility problem with what we have done with the version 8.

We don't have an intensive use of TChart. Just some graph with series.

Do you think that it should be not a problem if we upgrade ?

Thanks
François

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

Re: TChart Pro ActiveX v8.0.1.3 and antialiasing

Post by Yeray » Fri Sep 28, 2018 6:35 am

Hello François,

Upgrading shouldn't be a problem but I'd suggest you to try the evaluation version to check it by yourself.
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