LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

export from graph

Hello Group,

i need to export a plotted graph from a running cvi programm.

Which possibilities have i? Is it possible to export it as bitmap or
similar?
At the end i need to generate a PDF file with some basic claims datas and
the graph.

With best regards
Gregoire
0 Kudos
Message 1 of 3
(3,252 Views)
Look at the sample project clipbord.prj that ships with CVI. It uses the function GetCtrlDisplayBitmap() to get the image of a graph and put it on the clipboard so it can be pasted into any Windows application. You can also look at the function SaveBitmapToFile() to save a bitmap to a file programmatically without using the clipboard.
0 Kudos
Message 2 of 3
(3,252 Views)
thanks, that was exactely what i´m looking for.

Gregoire


"Al S" schrieb im Newsbeitrag
news:50650000000500000099CB0100-1079395200000@exchange.ni.com...
> Look at the sample project clipbord.prj that ships with CVI. It uses
> the function GetCtrlDisplayBitmap() to get the image of a graph and
> put it on the clipboard so it can be pasted into any Windows
> application. You can also look at the function SaveBitmapToFile() to
> save a bitmap to a file programmatically without using the clipboard.
0 Kudos
Message 3 of 3
(3,252 Views)