LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Show a graph on top of a picture

Hi
I would like to display a normal graph on top of a picture.  Does anyone know how to do this (if it is even possible).
Thanks,
neemtt
0 Kudos
Message 1 of 3
(3,108 Views)

Hello Neemtt,

Method 1: - just put the graph on top of the picture control, and set the graph and plot backgrounds (ATTR_GRAPH_BGCOLOR and ATTR_PLOT_BGCOLOR) to VAL_TRANSPARENT.

Method 2: plot a picture on the graph, using the PlotBitmap function.

 

 

0 Kudos
Message 2 of 3
(3,098 Views)
Cheers Mate!
0 Kudos
Message 3 of 3
(3,087 Views)