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!
Activex 8 For ASP.NET
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |