there is a graph and a lot of data (using Dynaplot) in my vb form....
i want to print only the graph, can? how to do it?
Printable View
there is a graph and a lot of data (using Dynaplot) in my vb form....
i want to print only the graph, can? how to do it?
You may consider creating some kind of report - DataReport, Crystal, Active...
What graphing control are you using?
MSChart?
try this thread
http://www.vbforums.com/showthread.php?t=453679
That shows you how to print a form with pictures on it.. One picture goes inside an invisible picture and is printed. In your case, you would put the graph in an invisible picturebox and print that using the code at the end of that thread.