I've attached a jpeg of my data chart. What I would like to do is to move the viewing window. For instance, in the picture, the data goes from 4000 to 500. I would like to be able to move the window to show 3500 to zero or 4500 to 1000. I would want to do this thru perhaps a context menu ( scroll left, or scroll right ) or maybe the arrow keys.
Hello Kathy,
I am just checking about the progress of this issue. Please let me know if you need any further assistance on this.
Thank you for your post.
I have been looking in your question and in this scenario you can make three buttons and on a button you can set the MinimumValue and MaximumValue of the XAxis to the interval that you wish to show, which will restrict the view. I have created a sample application for you, that shows how you can implement this approach.
Please let me know if you need any further assistance on the matter.