Page 1 of 1

still scrolling after tchart1.scroll.enable=pmnone

Posted: Tue May 24, 2005 11:20 pm
by 9524472
Hi, I am little bit confused with Teechart ActiveX v7

I created tchart in runtime and I set in the code the scroll enable property to pmNone but when I move the mouse wheel the chart is still scrolling vertically.


What am I doing wrong ? :?:

Angelo

Posted: Wed May 25, 2005 8:17 am
by narcis
Hi Angelo,

You need to set:

Code: Select all

TChart1.Environment.MouseWheelScroll = False
Setting scroll to pmNone disables chart horizontal and vertical panning when the configured mouse button is pressed, default is right button.