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
still scrolling after tchart1.scroll.enable=pmnone
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Angelo,
You need to set:
Setting scroll to pmNone disables chart horizontal and vertical panning when the configured mouse button is pressed, default is right button.
You need to set:
Code: Select all
TChart1.Environment.MouseWheelScroll = False
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 |