Change the Scroll Buttom
Posted: Tue Sep 04, 2007 3:09 pm
Sirs,
I'm trying change the scroll to left mouse buttom and zoom to right mouse buttom.
See the code above:
document.frmGraph.Chart1.Zoom.MouseButton = 2
document.frmGraph.Chart1.Scroll.MouseButton = 1
document.frmGraph.Chart1.Scroll.Enable = true
document.frmGraph.Chart1.Zoom.Enable = true
But when I use this code, the graph does'nt work more.
Can You help me?
Thanks
Igor
I'm trying change the scroll to left mouse buttom and zoom to right mouse buttom.
See the code above:
document.frmGraph.Chart1.Zoom.MouseButton = 2
document.frmGraph.Chart1.Scroll.MouseButton = 1
document.frmGraph.Chart1.Scroll.Enable = true
document.frmGraph.Chart1.Zoom.Enable = true
But when I use this code, the graph does'nt work more.
Can You help me?
Thanks
Igor