Hi,
I have a question on the scrolling functionality.
Default scrolling is enabled with your right mouse button, is there a way to change this to your left mouse button (switch between zoom and scroll mode)?
Danny
Scroll with left mouse button
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Danny,
Yes, you can switch mouse buttons like this:
Yes, you can switch mouse buttons like this:
Code: Select all
tChart1.Zoom.MouseButton = MouseButtons.Right;
tChart1.Panning.MouseButton = MouseButtons.Left;
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 |
-
- Newbie
- Posts: 57
- Joined: Wed Jan 30, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |