LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change Graph background programmatically?

I printout Graph jpegs using the report vis, a customer has complained that it uses too much ink. On the vi that does the report generation, I put a waveform graph on the FP. Is there a way to programmatically change the background color of the graph?
Mike
0 Kudos
Message 1 of 4
(2,902 Views)
Create a property node for the graph and select Plot Area>Colors>BG Color. Wire a color box constant to it (on the Numeric>Additional Numeric Constants palette).
Message 2 of 4
(2,896 Views)
Thank you thta works great.
Mike
0 Kudos
Message 3 of 4
(2,883 Views)
Note that you may need to also play with the plot (line) colors because the default colors are optimized for the black background and some of them do not show up on a white background.
0 Kudos
Message 4 of 4
(2,870 Views)