2007年6月11日星期一

ZedGraph


ZedGraph 是一个C#绘图库,供绘制二维图表之用。
.NET中比较常用的商业绘图库是Dundas Chart,当然,它是要花钱的。
ZedGraph是开源的,不过也为商业应用留了余地。
详细的请到ZedGraph的网站上去查:
http://zedgraph.org/wiki/index.php?title=Main_Page
ZedGraph在CodeProject上的介绍文章:
http://www.codeproject.com/csharp/zedgraph.asp
ZedGraph的示例如
http://zedgraph.sourceforge.net/samples.html
ZedGraph的下载中还包含了一个demo,里面有大量的Sample,并且附带源代码。
下载:
http://sourceforge.net/projects/zedgraph/

下面是ZedGraph的英文介绍
Are you looking for a way to draw in .Net? Here's yet another charting class library with a high degree of configurability that is also easy to use.

ZedGraph is a set of classes, written in C#, for creating 2D line and bar graphs of arbitrary datasets. The classes provide a high degree of flexibility -- almost every aspect of the graph can be user-modified. At the same time, usage of the classes is kept simple by providing default values for all of the graph attributes. The classes include code for choosing appropriate scale ranges and step sizes based on the range of data values being plotted.

ZedGraph also includes a UserControl interface, allowing drag and drop editing within the Visual Studio forms editor, plus access from other languages such as C++ and VB. ZedGraph is licensed under the LGPL.

没有评论: