LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

one scroll bar for multiple XY time charts

Hello,
If I am using the LV7.0 example, 'Variable-Time Chart XY.vi', and I have two such plots, then how can I implement a single scroll bar (for the X-Axis), that will scroll both the plots simultaneously. The x-axis in my graphs are the same, but I dont wish to plot them on the same graph.
0 Kudos
Message 1 of 2
(2,875 Views)
Create a property node for each of the charts. Wire the controlling chart X scale maximum and minimum to the slave X scale max and min. (X Scale -> Range -> Max & Min).
Hope this helps.
0 Kudos
Message 2 of 2
(2,875 Views)