ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you change multiple plot properties programatically?

How would you programatically change the color and line size of different plots? I know you create a property node but when I do that I don't seem to be able to specify which plot I want to change.

For example: plot 1 is green w/ dotted line, plot 2 is red with solid line.

I want to programatically change say plot 1 to a blue solid line and plot 2 to a yellow line.


There is a "plot name" property but no matter what name I specify it changes all the plots.
0 Kudos
Message 1 of 4
(3,125 Views)
BUMP
0 Kudos
Message 2 of 4
(3,117 Views)
First, you have to use the "Active plot" property, as in the attached example...

CC
Chilly Charly    (aka CC)
Message 3 of 4
(3,115 Views)
Thank You - That did the trick.
0 Kudos
Message 4 of 4
(3,107 Views)