LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

put the width for 2 graph

i traced a general graph including 2 graphs.I'd like to change both of their width. But unfortunality when I make the change in the graph legend it's works for only one graph.. I want the both at the same width.How can i do?
thanx
0 Kudos
Message 1 of 2
(2,467 Views)
Read out the plot width(s) by setting the active plot using the property "active plot" and read out the width of that plot using the property plot Line.Width...if you find that any of the plots have changed width - write that widt to all plots (set active plot -> write width...next plot..).

If you want the user to control the width just one place (not from the plot legend e.g.) then create a width menu and a for-loop where you set the active plot to the loop index and write the new width...with the number of iterations set to the number of plots...

Mads
Message 2 of 2
(2,467 Views)