06-30-2014 06:57 AM
I have an XY graph that is controlled by a mouse down event. When I use the any of the tools like zoom I zoom into an area with a cluster of plots when I go to click on a plot the plot selects but the graph then reinitialises back to its original state. The VIs I'm using are attached
06-30-2014 07:24 AM
When you say Zoom are you using the Graph palette to zoom in and out? Can you please explain a bit more about the issue you are facing?
06-30-2014 07:58 AM
Yes, all the tools I'm using are from the graph palette. Say if I have 100 points on my graph and I use the graph palette zoom to zoom into an area of points on the graph I select a specific point with the mouse then the graph goes back to its unzoomed state showing the full plot
06-30-2014 11:58 AM
If your graph has a property node chagning any of the scaling options while the data is being collected then it will override you each time the loop iterates. This could be one possibility.