Graphs and Charts
- Updated2026-02-27
- 1 minute(s) read
After you acquire or generate data, use a graph or a chart to display data in a graphical form.
Graphs and charts differ in the way they display and update data.
- VIs with a graph usually collect the data in an array and
then plot the data to the graph. This process is similar to a spreadsheet that first stores
the data then generates a plot of it. When the data is plotted, the graph discards the
previously plotted data and displays only the new data.
You typically use a graph with fast processes that acquire data continuously.
- In contrast, a chart appends new data points to those
points already in the display to create a history. On a chart, you can see the current
reading or measurement in context with data previously acquired. When more data points are
added than can be displayed on the chart, the chart scrolls so that new points are added to
the right side of the chart while old points disappear to the left.
You typically use a chart with slow processes in which only a few data points per second are added to the plot.
Related Information
- Types of Graphs and Charts
LabVIEW includes specific types of graphs and charts. Different types of data suit each type of visualization.
- Customizing Graphs and Charts
Each graph and chart in LabVIEW includes many options that you can use to customize appearance, convey more information, or highlight specific data.
- Configuring a Graph or Chart with the Shortcut Menu
You can access basic configuration options for graphs and charts by right-clicking the graph or chart and opening the shortcut menu.
- Configuring the X-Axis and Y-Axis on a Graph or Chart
Understand the basic configuration options for the axes and scales of graphs and charts.
- Exporting Data and Images
You can export data from graphs, charts, tables, and arrays. You also can export an image of a graph, chart, or table.