I'm using a CNiGraph to display a large chunk of data and then am panning and zooming to look at the section that I want. How do I determine what portion of the graph is showing at runtime?
Alternative question...
The reason for needing to know what the graph is currently showing is because if the graph is panned away from the current cursor position, it's impossible to get the cursors to move with the mouse. Is there another way around this?
I'm updating the TrackMode corresponding to what the user selects, zoom, pan, or cursors.
Thanks