Series[x].WriteToDataSource() and DataSets
Posted: 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