Activex 8 For ASP.NET

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

Activex 8 For ASP.NET

Post by rock » Tue Dec 02, 2008 3:49 am

Could you send some examples obout ASP.NET use Activex 8, my web app use C#.Dynamic databind demo could be better!
Thanks a lot!

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

Post by Narcís » Tue Dec 02, 2008 8:15 am

Hi for Asp.net,

You can find ASP.NET examples at C:\Program Files\Steema Software\TeeChart Pro v8 ActiveX Control\Examples\Visual Studio .NET\VBWebForm. They are in VB.NET, you can convert them to C# using this online convertion tool:

http://carlosag.net/Tools/CodeTranslator/Default.aspx

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

rock
Newbie
Newbie
Posts: 6
Joined: Wed Nov 26, 2008 12:00 am

Post by rock » Tue Dec 02, 2008 8:23 am

I have see the demo.But I need achieve when customer choice some details , then create Chart!

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 Dec 04, 2008 9:29 am

Hi rock,

You should do as shown in the demo calling GenChart.aspx from your WebForm. To achieve what you request you could create GenChart.aspx when you want, for example, using a button that sets some chart parameters to GenChart so that the chart can be generated according to those parameters.
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