ZedGraph – Making My Life Easier Since Friday
Written by: daveGiven the task to create a dashboard for a client, I went through the usual steps of building a project – the initial frustration of finding a library to handle the more intricate portions of the project, figuring how everything will be laid out, etc. Luckily, I stumbled across an amazing library for handling graph generation in C# called ZedGraph.
You can find the source code here:
http://sourceforge.net/projects/zedgraph/
A wiki is also available:
http://zedgraph.org
And a handy startup tutorial:
http://www.codeproject.com/csharp/zedgraph.asp
