Spline in ActiveX with ASP

TeeChart for ActiveX, COM and ASP
Post Reply
TCubs
Newbie
Newbie
Posts: 6
Joined: Fri Jun 04, 2004 4:00 am
Location: NY

Spline in ActiveX with ASP

Post by TCubs » Tue Mar 08, 2005 4:19 pm

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

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

Post by Narcís » Tue Mar 08, 2005 5:17 pm

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.
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