Disable the scroll functionality

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Tee Chart
Newbie
Newbie
Posts: 2
Joined: Tue Feb 08, 2005 5:00 am
Location: India

Disable the scroll functionality

Post by Tee Chart » Wed Mar 23, 2005 9:37 am

Hello,
How can we disable the scrolling functionality in the teechart. i do not want the user to scroll the chart. I tried to disable from the teechart editor and there i changed scroll from Both to none but it has no effect. How to do this?


Thanks

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 Mar 23, 2005 2:17 pm

Hello,

Yes, you are right. This is a known bug and has already been fixed for TeeChart for .NET v2.

Meanwhile you can do:

Code: Select all

tChart1.Panning.Allow = Steema.TeeChart.ScrollModes.None;
at run-time.
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