Page 1 of 1

Whether can zoom chart in Webform?

Posted: Tue Apr 12, 2005 2:38 pm
by 8879079
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.

Posted: Tue Apr 12, 2005 3:54 pm
by narcis
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.

Posted: Wed Apr 13, 2005 1:22 am
by 8879079
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.

Posted: Wed Apr 13, 2005 10:05 am
by narcis
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.