12-06-2009 07:01 AM
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
Solved! Go to Solution.
12-06-2009 09:39 AM - edited 12-06-2009 09:40 AM
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.