Page 1 of 1

Smoothing problem with TeeChart ActiveX 7.0.1.2

Posted: Mon Dec 04, 2006 5:24 pm
by 9532967
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

Posted: Wed Dec 06, 2006 3:05 pm
by 9532967
Hello TeeChart Support Team,

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

Posted: Thu Dec 07, 2006 10:46 am
by Pep
Hi Nitin,
we're investigating why this is happenning, we'll let you know something as soons as possible.

Posted: Sat Dec 16, 2006 4:29 am
by 9532967
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

Posted: Sun Jan 14, 2007 1:24 pm
by 9532967
When can I expect the answer from your side ? As told earlier it's very urgent for us. Please reply

Posted: Mon Jan 15, 2007 10:02 am
by narcis
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.

Posted: Thu Feb 15, 2007 10:46 am
by narcis
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.