I have successfully implemented a number of series on a multiple chart areas which all scroll together quite nicely when zoomed in.
When the data is first presented the min and max X values (date/time) are determined by the data I have extracted from SQL. The user though has the option of zooming into the graph, at which point the horizontal scroll bar appears. So far so good.
What I would like to achieve though is to have two text controls somewhere on my WinForm which would display the Min and Max X value currently being viewed, as the user moves the horizontal scroll bar left or right, these values should automatically update.
Which properties and methods should I be looking at?
Thanks, KH