How do I implement Scrolling Feature in ASP.NET

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

How do I implement Scrolling Feature in ASP.NET

Post by iEnergy » Wed Sep 08, 2010 3:27 am

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.

Narcís
Site Admin
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

Post by Narcís » Wed Sep 08, 2010 12:14 pm

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

iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

Re: How do I implement Scrolling Feature in ASP.NET

Post by iEnergy » Fri Sep 10, 2010 9:52 am

Thanks. I would like to know if scrolling just like in the demo can be done in ASP.NET MVC?

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: How do I implement Scrolling Feature in ASP.NET

Post by Yeray » Fri Sep 10, 2010 3:36 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

iEnergy
Newbie
Newbie
Posts: 19
Joined: Thu Mar 11, 2010 12:00 am

Re: How do I implement Scrolling Feature in ASP.NET

Post by iEnergy » Mon Sep 13, 2010 10:05 am

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: How do I implement Scrolling Feature in ASP.NET

Post by Sandra » Tue Sep 14, 2010 9:12 am

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,
Best Regards,
Sandra Pazos / 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