LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XY graph y scale text color change in LV6.1

I am using Win2000 with LV6.1 and am trying to programmatically control the text color of the numbers on the Y axis of an XY graph. I have two Y axis scales and I am interested in being able to change the color of the numbers on the right Y axis scale.
0 Kudos
Message 1 of 2
(2,784 Views)
Create a property node linked to the graph (right-click on the graph and select create property node), expand it to have two properties and make the first property the Active Y scale property, wire the index of the right hand Y scale to it (could be 0 or 1 if you have two). Now - the second property you need to set is the YScale.TextColor property which can be found as YScale->Marker Colors->Text Color in the properties menu (pops up if you click on the property node terminal). Wire a color value to that and you're there.
0 Kudos
Message 2 of 2
(2,784 Views)