LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Numbering Row Headers in Tables on Front Panel

Solved!
Go to solution

I ran across an example that had a Table on the front panel and the first column was the Row Header (you have the option of making it visible) and it was numbered 0 - 127, as there were 128 data points created using some waveform graphing functions.  How do you get the first column (Row Header - which gets added to the Front Panel Table if you make the Row Header visible?  I don't think that someone sat there and entered 0 - 127 off the Front Panel.

 

Also, on the graphs, which by default have a black background - how can you change the color of the background?  I can change the trace colors, but have been unsuccessful changing the background color.

 

Thanks

0 Kudos
Message 1 of 2
(2,564 Views)
Solution
Accepted by topic author djpritchard

The row and column headers can be written programmatically using property nodes:

 

 

For the graph background you can just use the color tool from the Tools palette. Just select the tool,  right-click on an area that's the background, and select the color you want from the popup window. 

Message Edited by smercurio_fc on 12-06-2009 09:40 AM
0 Kudos
Message 2 of 2
(2,551 Views)