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
Disable the scroll functionality
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hello,
Yes, you are right. This is a known bug and has already been fixed for TeeChart for .NET v2.
Meanwhile you can do:
at run-time.
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;
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 |