LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can we print out the XY GRAPH?

I 'D like to print out my XY GRAPH results. I know how to print out the xy-plot picture result. but xy-plot picture is not good at differentiating too many curves. (one curve is ok), xy graph is more powerful at differentiating more curves, but i just don't know how to print out the xy-graph only( not the whole vi front panel).
0 Kudos
Message 1 of 3
(3,062 Views)
Hi,
Recently I've answered on the question how to save image of the graph into the file. See
http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=137&HOID=5065000000050000001501010...

If you want to print image you can do the following things:
1.Save image into the temporary file with above described technique.
2.Create "standard" report using "Function->Report Generation->New Report.vi"
3.Append image file to report using "Function->Report Generation->Append Image toreport.vi"
4.Print report using "Function->Report G
eneration->Print report.vi"
5.Close report using "Function->Report Generation->Dispose report.vi"
6. And delete temporary file.

Actually this is just an idea. I haven't test it yet, but I think this will work.

The example is attached.

Good luck.

Oleg Chutko.
Message 2 of 3
(3,062 Views)
thanks a lot!
0 Kudos
Message 3 of 3
(3,062 Views)