How to draw graph in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nilam2477
    New Member
    • Feb 2008
    • 38

    How to draw graph in C#

    I want to draw a graph similar to microsoft project plan which shows tasks (start & completion date for each task) and dependency like if start of any task is dependent on completion of other tasks.
    To start with i need some guidance. I searched in google and i found ZedGraph but it does not solve my requirement. Please help
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    Hi

    Well look at the System.Drawing namespace, especially the Graphics type.

    This is a pretty powerful library that lets you draw pretty much anything short of 3D models.

    Comment

    Working...