CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2004
    Posts
    4

    create line graph with c#

    i need to create a line graph using C# on windows form. Can someone plz show me the basic of doing it and i will continue from there. Thanks!!
    Last edited by nuttynibbles1984; August 27th, 2004 at 10:10 PM.

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Re: create line graph with c#

    line graph would be really easy, if you have your x and y data array ready,

    in panel/control's paint method, plot lines.. you may want to connect lines based upon points.


    Paresh.
    - Software Architect

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

Featured