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
Spline in ActiveX with ASP
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |