LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting plot name text color

Trying to do this via property node. I dynamically set the names and sizes but I've changed the background color of my plot and need to change the text color in the legend. I'm hoping to set it progrmatically.. 

 

Thanks!

-Josh

0 Kudos
Message 1 of 6
(3,468 Views)

Hello,

 

There is a property node that exists for this feature. Right click the waveform graph/chart ->Create->Property Node->Plot->Plot Color.

 

Regards,

Patricia B.

National Instruments
Applications Engineer
0 Kudos
Message 2 of 6
(3,426 Views)

Hello,

I am in need of the same propery to change the color of the text of the plot name, not the plot color itself

 

any help is appreciated.

0 Kudos
Message 3 of 6
(3,340 Views)

Hi freemason,

 

You can control the color of the plot label text also by using a property node. When you create the property node, go to Label»Text Colors»Text Color. You can right-click this property and change it to write, and use a Color Box Constant to control the color you want your label to be. Hope this helps.

 

Paul C

Paul C
0 Kudos
Message 4 of 6
(3,318 Views)

this changes main plot label color not the plot name color in the plot legend. if i have multiple plot names how can i change those

plot named in legend color change..PNG

0 Kudos
Message 5 of 6
(3,301 Views)

There is actually no way in LabVIEW to programmatically change your plot legend text. Since they are all being referenced from the same object, there is no way to individually change the color of your legend text.

 

Paul C

Paul C
0 Kudos
Message 6 of 6
(3,291 Views)