Whether can zoom chart in Webform?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Jackey
Newbie
Newbie
Posts: 5
Joined: Fri Nov 15, 2002 12:00 am

Whether can zoom chart in Webform?

Post by Jackey » Tue Apr 12, 2005 2:38 pm

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.

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 Apr 12, 2005 3:54 pm

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

Jackey
Newbie
Newbie
Posts: 5
Joined: Fri Nov 15, 2002 12:00 am

Post by Jackey » Wed Apr 13, 2005 1:22 am

Hi,narcis,
Thanks for your replay.
If I use TeeChart Pro ActiveX, do you dnow whether I can use ADO.NET as DataSource? According to the Tutorials, user only use ADO as DataSorce.

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 Apr 13, 2005 10:05 am

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