티스토리 뷰

Global ICT

ZedGraph

JohnK 2007. 8. 7. 17:49

개발하면서 가장 필요했던 것이 그래프(차트) 그려주는 것이었다. Crystal Report가 유명하고 다양한 기능을 제공하지만 너무 비싸서(XI Professional 버전 645,000원 부가세 별도).. 회사에 있긴 하지만 버전이 오래된거라 freeware 찾던 중 발견한 ZedGraph. 기능 많고 프리웨어임에도 버전 업 업!! 잘 되고 무엇보다 질의응답이 24시간 안에 잘 올라온다는 것..
숨겨진? 기능을 하나하나 건드릴 때마나 달라지는 그래프르 보며 재밌어하고 있다. 하하
VS2005에 추가해서 사용하는데 Win Form 에서 그래프 확대, 축소도 되고 이미지로 저장. 다중 그래프 등등 기능이 정말 많다. ~

사용자 삽입 이미지

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.

http://zedgraph.org/wiki/

댓글