Series[x].WriteToDataSource() and DataSets
Series[x].WriteToDataSource() and DataSets
Help,
We are evaluating TeeChart version 2 and I have a list of Series (Steema.TeeChart.Styles.HorizLine) that have the "DragPoint" tool enabled for. Each Series is
MyLine.DataSource = MyDataTable;
MyLine.YValues.DataMember = YColName;
MyLine.XValues.DataMember = XColName;
When I call WriteToDataSource() the MyLine.dataSource changes from the name of my table to "System.Data.SetaSet" and the series no longer is displayed on the chart. The data in my DataTable is unmodified.
What am I dong incorrectly?
Thanks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi squidward,
Could you please send us an example we can run "as-is" to reproduce the problem here and let us know which TeeChart version are you using?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Could you please send us an example we can run "as-is" to reproduce the problem here and let us know which TeeChart version are you using?
You can post your files at news://www.steema.net/steema.public.attachments newsgroup.
Thanks in advance.
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 |