Page 1 of 1

Disable the scroll functionality

Posted: Wed Mar 23, 2005 9:37 am
by 8128891
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

Posted: Wed Mar 23, 2005 2:17 pm
by narcis
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.