Programmatically calling axis arrow events
Posted: Tue Feb 17, 2004 4:46 pm
I'd like to incorporate mousewheel scrolling in my 2D-charts, so I thought a nice way of doing it would be to capture the mousewheel event, then depending on the delta position of the mouse, scroll the graph accordingly. To simplify this (in my mind anyway!) I then realised that 'tapping into' the axis arrow scrolling events would be an ideal way of controlling the degree of scrolling.
Is there a way I can programmatically scroll the graph via the axis arrows?
Is there a way I can programmatically scroll the graph via the axis arrows?