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?
Activex 8 under VS.NET
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
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 |