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
About using of TeeChart
About using of TeeChart
- Attachments
-
- 123.rar
- (476.1 KiB) Downloaded 606 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: About using of TeeChart
Hi Candy,
That is because you are using a SeriesTextSource component for both series. You should use one for each series.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.
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.2.How can I create a Curve Fitting line? Which properties I should set?
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 |