06-03-2011 01:02 PM
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
06-06-2011 05:35 PM
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.
05-05-2015 07:13 PM
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.
05-06-2015 11:02 AM - edited 05-06-2015 11:02 AM
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
05-06-2015 01:33 PM
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
05-06-2015 02:06 PM
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