Results 1 to 2 of 2

Thread: Printing graph

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2001
    Location
    chennai, Tamil Nadu, India.
    Posts
    84

    Printing graph


    Hi,

    1. I have a graph control on my form which display a real time graph based on time basis.When the user presses the commandbutton, I have to print the graph from the start time .
    How can I print the graph?

    2. Also tell me how to save the graph as an template for future comparison with another graph.

    Thanks in Advance...
    S.Desikan

  2. #2
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641
    A simple method would be to store the graph values in an array. Then when you wish to print the graph plot the values in a picture box that is on a new form. You can then use the print method of the form to send the results to the default printer.

    You could also save the array to a file so that it can be recalled later for comparison with other graphs.
    Martin J Wallace (Slaine)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width