Page 1 of 1

Activex 8 under VS.NET

Posted: Wed May 27, 2009 6:25 am
by 15051001
Hello,
I need programming in VS2005 use C#, could you teach me how to mapping the Activex 8 Datasource use C# data type like DataSet or DataReader?

Posted: Wed May 27, 2009 8:51 am
by narcis
Hi rock,

TeeChart ActiveX doesn't support ADO.NET directly over a dataset. You'll have to iterate the dataset manually and add data to your series using AddXY method. For using with ADO.NET you'd need TeeChart for .NET, you can download a fully functional evaluation version here. You may also be interested in reading Tutorial 8 - ADO Database access. Tutorials can be found at TeeChart's program group.