I have a "Point" series plotted, I want to add a trendline to the series. The Teechart has the feature to add the "moving average" however, I require to plot the a "linear" trendline, the one similar to Excel.
I'm using C#.Net 2003 and TeeChart Pro Version 1.1.2004.16592
Adding Trend Line to the Series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Sky Zapper,
Trendline function was added in TeeChart for .NET v2. If you are interested in upgrading your current v1 license to v2 you can order it here. You can also contact our Sales Dept. at sales@steema.com for further information.
Trendline function was added in TeeChart for .NET v2. If you are interested in upgrading your current v1 license to v2 you can order it here. You can also contact our Sales Dept. at sales@steema.com for further information.
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 |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 02, 2004 4:00 am
Adding Trend Line to the Series
Can custom function help me out? The expression I would like to use is y=mx+c. I will provide the m and c values. x and y would be from the graph plotted.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Sky Zapper,
Yes, you could try this as in the What's New?\Welcome!\New Functions\Custom y=f(x) example at the features demo, available at TeeChart's program group.
Yes, you could try this as in the What's New?\Welcome!\New Functions\Custom y=f(x) example at the features demo, available at TeeChart's 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 |