LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

copy whole stripchart to clipboard

Hi all,

 

Is it possible to copy the whole stripchart to clipboard? I am using the function GetCtrlDisplayBitmap and ClipboardPutBitmap to copy the stripchart to clipboard.

However, this only copies the actual view to clipboard. Is there a way to copy the whole stripchart to clipboard?

 

Best Regards

Bernhard

 

 

0 Kudos
Message 1 of 2
(2,997 Views)

Hi Bernhard,

 

there is no function for doing this.

You only can set the points per screen higher so you can see all points on the strip chart with

SetCtrlAttribute (panelHandle, PANEL_STRIPCHART, ATTR_POINTS_PER_SCREEN, 1000);

Then replot the chart and then you use again GetCtrlDisplayBitmap and ClipboardPutBitmap.

 

Regards
DianaS
0 Kudos
Message 2 of 2
(2,978 Views)