Page 1 of 1
How do I implement Scrolling Feature in ASP.NET
Posted: Wed Sep 08, 2010 3:27 am
by 15655406
Hi I have a chart that has large number of x values, webchart automatically adjusts the x labels depending on the size of the chart. I would like to know how to display the chart displaying all the x labels but with webchart scrollbar function.
Many Thanks,
Roy A.
Re: How do I implement Scrolling Feature in ASP.NET
Posted: Wed Sep 08, 2010 12:14 pm
by narcis
Hi Roy,
You should use the scroll tool as in the Interacting with charts -> Scrolling -> Scrolling on webform example at the
ASP.NET demo. Notice full demo project is included with TeeChart's installation.
Re: How do I implement Scrolling Feature in ASP.NET
Posted: Fri Sep 10, 2010 9:52 am
by 15655406
Thanks. I would like to know if scrolling just like in the demo can be done in ASP.NET MVC?
Re: How do I implement Scrolling Feature in ASP.NET
Posted: Fri Sep 10, 2010 3:36 pm
by yeray
Hi Roy,
In web applications, TeeChart for .NET is rendered at the server and sent as an image to the client. This makes the interaction more complicated than in WinForms applications and that's why we made the "Interacting with charts" demos, to show how to interact with charts in ASP .NET.
Re: How do I implement Scrolling Feature in ASP.NET
Posted: Mon Sep 13, 2010 10:05 am
by 15655406
Thanks Yeray, I have seen the scrolling demo project, but i wanted to implement scrolling through MVC not as a webforms. The demo uses the WebChart server control embedded in the page. I was wondering if this is possible in MVC because the control cannot be added in the form directly. Thanks
Re: How do I implement Scrolling Feature in ASP.NET
Posted: Tue Sep 14, 2010 9:12 am
by 10050769
Hello Roy,
We don't have much experience with projects MVC. Could you please make a simple with MVC where you use TeeChart? So we can help you.
Thanks,