Synchronized Scrolling
Posted: Wed Feb 20, 2008 4:16 pm
I want to be able to horizontally scroll several charts at once based upon the movement (pan) of any other chart.
I have several highlow charts being displayed in a winform. I want to limit the vertical movement to zero as all charts' vertical scale is set to allow some "white space". It does not matter if the user zooms a chart - the zoomed chart will still scroll as the others - they get what they ask for.
All charts are datetime in the x-axis.
I am assuming I want to have a common scrolling handler for all the charts but I am at a loss as to what to do next.
Thanks in advance for any help.
I have several highlow charts being displayed in a winform. I want to limit the vertical movement to zero as all charts' vertical scale is set to allow some "white space". It does not matter if the user zooms a chart - the zoomed chart will still scroll as the others - they get what they ask for.
All charts are datetime in the x-axis.
I am assuming I want to have a common scrolling handler for all the charts but I am at a loss as to what to do next.
Thanks in advance for any help.