“ZedGraph is a class library, user control, and web control for .net, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.”
So, let’s get some code done!
1) Download ZedGraph, create your project and paste “ZedGraph.dll” into your project’s folder.
2) Now you must add ZedGraph as Reference in your project.
3) Then, open up your ToolBox and add ZedGraph there so this will let you drag and drop it.
4) Alright, so now drag and drop ZedGraph into your form. Probably you have something like this now:
Since this is just a tutorial, I’m going to make some random plots, trying to approach you to ZedGraph’s magic Smiley mostrando a língua.
5) Add the line below to your code.
PS: If you are working with a large mount of data and perhaps more than one thread, I highly recommend you to use ZedGraph. In this case, instead of using the method: