LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Graph image into the report

Solved!
Go to solution
I can insert the image of a front panel visible graph inside a report, but I want to insert into the report also some part of graph not visible on the front panel, like legend or title
0 Kudos
Message 1 of 4
(3,150 Views)

Do you want to do it programatically?

 

If not, you can use the Code Capture Tool.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 4
(3,145 Views)

Sorry. But I'm using LabView since few days so I don't know it very well.

I need to have a VI to define which part of the graph print inside the report.

0 Kudos
Message 3 of 4
(3,133 Views)
Solution
Accepted by topic author vsara

Hi,

to obtain an image of your graph control and append it to a report, you can follow this example and this document.

This, however, will create an image of what is on the front panel. You could use the graph property nodes (for example, LegendVisible, CursorVisible...) to make the items of interest visible only while the image is taken.

I hope this will help!

Bye!

 

Licia

 

Message 4 of 4
(3,099 Views)