11-13-2008 02:46 PM
Hello,
I have a scattergraph that plots datetime vs. voltage. I am trying to implement the functionality to allow a user to manually enter in a certain range, say for the Xaxes, which will zoom the graph to that range. Any ideas? Thanks in advanced! 🙂
11-14-2008 03:23 PM
Hey jongj,
Thanks for posting! If you right-click on your scatter graph and select View Code you will notice the Range property. You could create a text field and a button to set the Range properties of the ScatterGraph. Also, this question has been posed on the forum before (check this thread). Hopefully, this will point you in the right direction. Post back if you have issues implementing this.