How to draw Graph using C# .Net
-
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
-
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
If you look at the source code for zedGraph, that may help a lot. Basically you handle a paint event and you write code to draw your graph.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
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