From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Zoom properties

In my application, I've two graphs on the front panel displaying two diffrent data. I want that the first graph controls the other one.
I found out how to do to programatically control the cursors but here's my problem :

When i zoom on the first graph, i want the other graph to show the same portion of the window than in the first graph. How is it possible?
CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 1 of 3
(2,262 Views)

I presume that you are using property nodes to control the cursors. You do the same to make the second graph zoom the same as the first. You need to read the X.Range and Y.Range of graph one and write the values to X.Range and Y.Range of graph 2.

Message Edited by Dennis Knutson on 05-22-2006 08:09 AM

0 Kudos
Message 2 of 3
(2,257 Views)
Thank you very much, it works perfectly!!

CLA, CTA, LV Champion
View Cyril Gambini's profile on LinkedIn
This post is made under CC BY 4.0 DEED licensing
0 Kudos
Message 3 of 3
(2,244 Views)