LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to enlarge the graph for printing

Hi
 
I have to print a graph in landscape mode.
 
But the graph being printed is exactly of the same size as the display.
 
I tried with adjusting the width.
 
But news.
 
The user of our software needs the print of the graph as an enlarged one.
 
How do i enlarge the graph for printing?
 
Thanks in advance
0 Kudos
Message 1 of 2
(2,720 Views)
This is due to the difference between the screen resolution  (less than 80 p/inc) and the printer resolution (>200 p/inch),since you are printing a bitmap of your graph.
If the printing is done programmaticaly, the solution is easy : create a second enlarged graph in a subVI, and print from the subVI 🙂
Chilly Charly    (aka CC)
Message 2 of 2
(2,716 Views)