Making Prettier LabVIEW Graphs
I’d like to feature another video from Simon Hogg’s presentation “Creating Quality UIs with NI LabVIEW – Developer Days 2010 Presentation.â€
Here’s the video: LabVIEW UI Tips – Recoloring Graphs (YouTube)
In the video, Simon makes a LabVIEW graph look more like one you might find in Microsoft Office.
Here are the steps demonstrated in the video, along with my additional comments:
- Place a graph on a front panel. I usually customize controls from the Classic palette, but in this case the Modern one works as well.
- Color any parts you want to “disappear” to Transparent color using the Set Color (paintbrush) tool.
- Use the Properties dialog:
- to show/hide parts of the graph;
- to change the plot colors, line widths, point styles and fills;
- to change the colors of the major and minor grid lines. To hide grid lines, color them transparent.
- Color the background of the plot area using the Set Color (paintbrush) tool.
- Set the plots to anti-aliased, if desired. This makes the plots smooth. Set this by right-clicking on the plot in the Plot Legend.
Some people are surprised by how much customization of plots is possible in LabVIEW. I have seen some really neat versions of various industry-specific graphs over the years. Do you have one to share? Send it to me and I’ll make a gallery!
1 Comment
This entry is filed under LabVIEW, User Interface and tagged with graph.
You can also follow any responses to this entry through the RSS 2.0 feed.
Or you can subscribe to all comments site-wide using the comments feed.
Or perhaps you're just looking for the trackback and/or the permalink for this post.


This is great! This should be my first try using an “Eye on VIs” tip. Thanks Simon!