LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you change the color of the non plotting area of a graph programmatically?

I want to change the color of the NON plotting area of a waveform graph indicator in 6i. I want to do this programmatically. I know how to programmatically change the color of the plotting area, tick marks, the text colors of markers, labels etc using property nodes. My question is what about the color of the area surrounding the plotting area comprising the EDGE of the graph. Is there something staring straight at me that I don't see? Thanks in advance for your help.
0 Kudos
Message 1 of 7
(2,601 Views)
Use property node for the graph. Use property plot area >> colors >> BG color.
0 Kudos
Message 2 of 7
(2,601 Views)
I am looking to the change the color of the NON plotting area.
0 Kudos
Message 3 of 7
(2,601 Views)
You could always make it transparent and put something behind that you can
change the colour of. If the plot area itself is opaque then (hopefully...)
there shouldn't be too much of a speed hit.

The thing behind could be something as simple as a colour box indicator and
you simply wire your desired colour to it.

Russ Evans wrote in message
news:101-506500000005000000A9190000-982303670000@quiq.com...
> I am looking to the change the color of the NON plotting area.
0 Kudos
Message 5 of 7
(2,601 Views)
Thanks for your response Craig. That worked great.
0 Kudos
Message 7 of 7
(2,601 Views)
color the non-plotting area transparent and have an object behind the graph
that you color.

Russ Evans wrote in message
news:101-50650000000800000071150000-982303670000@quiq.com...
> I want to change the color of the NON plotting area of a waveform
> graph indicator in 6i. I want to do this programmatically. I know how
> to programmatically change the color of the plotting area, tick marks,
> the text colors of markers, labels etc using property nodes. My
> question is what about the color of the area surrounding the plotting
> area comprising the EDGE of the graph. Is there something staring
> straight at me that I don't see? Thanks in advance for your help.
Message 4 of 7
(2,601 Views)
Thanks for the help Stu. That worked great. I was so concentrated on using a property node that I didn't even consider your approach.
0 Kudos
Message 6 of 7
(2,601 Views)