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.
How do I implement Scrolling Feature in ASP.NET
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How do I implement Scrolling Feature in ASP.NET
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.
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.
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 |
Re: How do I implement Scrolling Feature in ASP.NET
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
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How do I implement Scrolling Feature in ASP.NET
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
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,
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,
Best Regards,
Sandra Pazos / 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 |