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: 

y axis on waveform charts

Solved!
Go to solution

I want to match the right and left axes on a waveform chart, even if the operator changes the scale on one side, the opposite side will update to match.  Is there an easy way to do this?

0 Kudos
Message 1 of 3
(2,168 Views)
Solution
Accepted by ahhah

You can get an event and update the other scale with a property node.

Event = Graph.Scale Range Change

Property Node = Graph.Active Y scale (first scale) then .Range read this, set second scale activethen write duplicate range.

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,158 Views)

Thanks!

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