Page 1 of 1

Spline in ActiveX with ASP

Posted: Tue Mar 08, 2005 4:19 pm
by 9082734
Hi

I am trying to implement Spline Smoothing on a data series with ActiveX6 in an ASP environment. I dont have access to ENUM types & the only examples I can find involve tfSmothing.

I want something like this, I think:
Chart1.Series(1).SetFunction(X)
Chart1.Series(1).DataSource = Chart1.Series(0)
Chart1.Series(1).CheckDataSource

1. what X = tfSmoothing?
2. how do I control the smoothing, do I need to set additional parameters?

Thanks

Steve

Posted: Tue Mar 08, 2005 5:17 pm
by narcis
Hi Steve,

Having a look at the tutorial "Tutorial 7 - Working with functions" may help you. The tutorials can be found at the TeeChart program group.