About using of TeeChart

TeeChart for ActiveX, COM and ASP
Post Reply
Candy
Newbie
Newbie
Posts: 57
Joined: Mon Apr 26, 2010 12:00 am
Contact:

About using of TeeChart

Post by Candy » Wed Jul 14, 2010 6:51 am

Hello,
I use TeeChart for Activex in VC.NET,and now missing two questions.
1. I want to draw two scLine in my chart with three data filed in my data source text ,but there's only appear one line .I don't know why?The attchment is my application.
2.How can I create a Curve Fitting line? Which properties I should set?
Thank you!

Best Regards,
Candy
Attachments
123.rar
(476.1 KiB) Downloaded 570 times

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

Re: About using of TeeChart

Post by Narcís » Wed Jul 14, 2010 9:41 am

Hi Candy,
1. I want to draw two scLine in my chart with three data filed in my data source text ,but there's only appear one line .I don't know why?The attchment is my application.
That is because you are using a SeriesTextSource component for both series. You should use one for each series.
2.How can I create a Curve Fitting line? Which properties I should set?
You shoud create a CurveFitting function, associate it to a series and set a datasource series to the function series as explained in tutorial 7. You'll find VC++ examples in tutorial 15. Tutorials can be found 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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply