Whether can zoom chart in Webform?
Whether can zoom chart in Webform?
I use TeeChart in my asp.net application, whether can zoom chart in Webform? It is very important for my project. Thanks for your suggest.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jackey,
Zoom can not be done using TeeChart for .NET in WebForms. However a DrillDown operation could be done.
For zooming you could use TeeChart Pro ActiveX (a free version is included with each TeeChart for .NET license) as the component is inserted in the WebForm as an object, while TeeChart for .NET component is an image in an ASP.NET page.
Zoom can not be done using TeeChart for .NET in WebForms. However a DrillDown operation could be done.
For zooming you could use TeeChart Pro ActiveX (a free version is included with each TeeChart for .NET license) as the component is inserted in the WebForm as an object, while TeeChart for .NET component is an image in an ASP.NET page.
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 Jackey,
No, ADO.NET can't be used as a datasource using TeeChart Pro ActiveX in .NET WebForms, you should have to do loop through the datasource and then use AddXY for example.
No, ADO.NET can't be used as a datasource using TeeChart Pro ActiveX in .NET WebForms, you should have to do loop through the datasource and then use AddXY for example.
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 |