推荐一个功能强大chart控件 ZedGraph。

原文地址为: 推荐一个功能强大chart控件 ZedGraph。

  最近做的项目,需要分析统计图,本打算自己做的,尝试了一下,效果太差,通用性也不好,还是找开源的。试用了一下几个 控件
Web chart也很不错,例子源码很多,但是他只是免费,不开源,怕日后有什么问题,所以不敢用。
NPlot 据说是开源轻量级最好的,但最新是0.989版,有几个demo,但是都是winform的,没有可视化设计的 功能
quickgragh,好像是画petri net之类的。
 Zed Graph 最新版本4.0,开源,支持winform和webform。支持可视化设计,文档也蛮齐全,例子也不少。不过例子大部分是winform,webform有点不太一样。webform要添加RenderGraph事件(具体可以看demo)。介绍 : http://www.codeproject.com/csharp/ZedGraph.asp 例子 http://zedgraph.sourceforge.net/samples.html
 引用原文:
  There are many graphing libraries out there, but none seemed to fit what I needed. I found MSChart too quirky, and many of the other options did not have the flexibility I needed to achieve a polished look. Of course, most of the commercial packages would do the trick, but I needed something that was free. So, ZedGraph was born.
 这么好的东西,居然中文资料很少,如果在google搜索asp.net chart,很多都是寻求破解版的控件。
其实ZedGraph并不比商业控件的差,而且用起来很方便,过几天我将写一些入门文章。
 


转载请注明本文地址: 推荐一个功能强大chart控件 ZedGraph。

猜你喜欢

转载自blog.csdn.net/linjcai/article/details/81633811