Smoothing problem with TeeChart ActiveX 7.0.1.2

TeeChart for ActiveX, COM and ASP
Post Reply
Nitin
Newbie
Newbie
Posts: 9
Joined: Thu Nov 02, 2006 12:00 am

Smoothing problem with TeeChart ActiveX 7.0.1.2

Post by Nitin » Mon Dec 04, 2006 5:24 pm

Hello

I am having problem with smoothing function with horizontal smooth line. I wants to draw horizontal smooth line. It was working in TeeChart ActiveX ver 6 but doesn't work with ver 7.

I have tested this by running following code. It works fine with ver 6 but same doesn't produce proper results in ver 7.0.

Code: Select all

With TChart1
.AddSeries scPoint

.Series(0).AddXY 5, 1, "", vbBlue
.Series(0).AddXY 8, 2, "", vbBlue
.Series(0).AddXY 9, 4, "", vbBlue
.Series(0).AddXY 3, 5, "", vbBlue
.Series(0).AddXY 4, 8, "", vbBlue
.Series(0).AddXY 5, 9, "", vbBlue
.Series(0).AddXY 11, 10, "", vbBlue
.Series(0).AddXY 4, 12, "", vbBlue
.Series(0).AddXY 8, 14, "", vbBlue
.Series(0).AddXY 2, 16, "", vbBlue

.AddSeries scHorizLine
.Series(1).SetFunction tfSmoothing
.Series(1).FunctionType.asSmoothing.Factor = 4
.Series(1).DataSource = TChart1.Series(0)

End With

Please help me, as it is very urgent.

Nitin

Nitin
Newbie
Newbie
Posts: 9
Joined: Thu Nov 02, 2006 12:00 am

Post by Nitin » Wed Dec 06, 2006 3:05 pm

Hello TeeChart Support Team,

Please reply on my problem with smoothing function in ActiveX ver 7. It's very urgent for us.

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

Post by Pep » Thu Dec 07, 2006 10:46 am

Hi Nitin,
we're investigating why this is happenning, we'll let you know something as soons as possible.

Nitin
Newbie
Newbie
Posts: 9
Joined: Thu Nov 02, 2006 12:00 am

Post by Nitin » Sat Dec 16, 2006 4:29 am

I have not heard from your side regarding smoothing problem. Please let me know as soon as possible so we can plan accordingly as I already have mentioned it is very urgent for us.

Nitin

Nitin
Newbie
Newbie
Posts: 9
Joined: Thu Nov 02, 2006 12:00 am

Post by Nitin » Sun Jan 14, 2007 1:24 pm

When can I expect the answer from your side ? As told earlier it's very urgent for us. Please reply

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

Post by Narcís » Mon Jan 15, 2007 10:02 am

Hi Nitin,

Sorry for the delayed reply. There are some problems with this, we are investigating the issue and we will try to fix it for the next release.
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

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

Post by Narcís » Thu Feb 15, 2007 10:46 am

Hi Nitin,

As a follow up to this thread, we have reviewed the issue. What you request is how we previously implemented smoothing function but we consider this is wrong because the function doesn't follow the series points. To follow the series points a horizontal point series should be used. However, as TeeChart doesn't have horizontal point series an HorizLine series with visible pointers should be used but then it doesn't give the same result as you expect.

Anyway, we have built a TeeChart Pro v7 ActiveX .ocx specially for you implementing the functions as you request, as in v6, but we won't incorporate this in the release version for now. We will have to investigate the issue further to see if we can find a better solution than can be definitely incorporated.

When a new TeeChart Pro v7 ActiveX maintenance release is out, if you want to update your .ocx please let us know and we will build another .ocx with this change for you.

I'm going to send the .ocx to your forums e-mail address.
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