LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save Charts to a word document using LabVIEW Report Genereration toolkit?

I just started using the LabVIEW Report Genereration toolkit, but I can't figure out how to save Waveform Charts (one dimensional data versus time, instead of Graphs) to a Word document. Can somebody give a suggestion? Thanks!
0 Kudos
Message 1 of 2
(3,446 Views)
Nina,
In MS Word, you have 2 options when you select Insert Object:
Microsoft Excel Chart
Microsoft Graph 2000 Graph
If you select Insert Picture, you can choose Chart. This is the same chart as when you select Microsoft Excel Chart.
To insert this chart, you will use Word Insert Graph.vi. This VI calls Word_Insert_Chart.vi, that uses ADO object Graph.Chart and its properties and methods.

From the Microsoft Help:
Create a chart by using Microsoft Graph
When you create a chart by using Microsoft Graph, a chart and its associated data are displayed in a table called a "datasheet."

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 2
(3,446 Views)