LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hand tool and zoom resume

Solved!
Go to solution

I apologize for this easy looking question,  but neither the documentation nor my own tests seem to point me to a clear answer.

I have a waveform graph and I am using the zoom and hand tool on the graph palette.

 

1. After applying the hand tool, how can I resume to the original graph?

 

2. I zoom a part of the graph more than one time consecutively, let's say twice. After the secodn zoom, I would like to resume to the result of the first zoom. 
The same way in which generally the zoom-in and zoom-out functionalities work.

On the graph palette, the left bottom icon of the zoom functions, offer just the possibility to resume to the initial version of the graph.

I couldn't find a way to achieve an incremental zoom-out as described above?

Is there any?

 

Thank you!

MG.

 

0 Kudos
Message 1 of 3
(2,458 Views)
Solution
Accepted by topic author MG70

1) Use the Zoom to Fit

 

2) You will need to programatically make this.  When you zoom in, store the X and Y scale data (max and min).  You can then make a button to go back to the previous zoom by then setting the scale data with the values you stored.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(2,442 Views)

Thanks crossrulz!

 

MG

 

 

0 Kudos
Message 3 of 3
(2,415 Views)