Series[x].WriteToDataSource() and DataSets

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
squidward
Newbie
Newbie
Posts: 1
Joined: Tue Apr 08, 2003 4:00 am

Series[x].WriteToDataSource() and DataSets

Post by squidward » Wed Oct 18, 2006 1:52 pm

:?:

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

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

Post by Narcís » Thu Oct 19, 2006 8:28 am

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.
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