The recent project needs to analyze the Statistical Chart. I plan to do it myself. I tried it. The effect is too bad and the versatility is not good. I still need to find the open source project. I tried several widgets:
Webchart is also very good. There are many examples of source code, but it is only free, not open-source, afraid of future problems, so do not dare to use.
Nplot is said to be the best open-source and lightweight, but the latest version is version 0.989. There are several demos, but all of them are winform and there is no visual design function;
Quickgragh, like Petri net.
The latest version of zedgraph is 4.0, which is open-source and supports winform and webform. Support for visual design, documentation is quite complete, and there are many examples. However, most of the examples are winform, and webform is a bit different. Add the rendergraph event to webform (For details, refer to the demo ). Introduction: http://www.codeproject.com/csharp/ZedGraph.asp example http://zedgraph.sourceforge.net/samples.html
Original reference:
There are generating graphing libraries out there, but none seemed to fit what I needed. I found mschart Too quirky, and category of the other options did not have the flexibility I needed to achieve a polished look. of course, most of the specified cial packages wocould do the trick, but I needed something that was free. so, zedgraph was born.
There are very few Chinese materials for such a good thing. If you search for Asp.net chart on Google, many of them are looking for Cracked controls.
In fact, zedgraph is not inferior to commercial controls, and it is very convenient to use. I will write some introductory articles in a few days.