Activex 8 under VS.NET

TeeChart for ActiveX, COM and ASP
Post Reply
rock
Newbie
Newbie
Posts: 6
Joined: Wed Nov 26, 2008 12:00 am

Activex 8 under VS.NET

Post by rock » Wed May 27, 2009 6:25 am

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?

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

Post by Narcís » Wed May 27, 2009 8:51 am

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