up vote 3 down vote favorite
share [g+] share [fb]

By graphing I mean bar charts, pie charts, line graphs, that sort of thing. I've used a couple over the years, but what is your favourite and why?

One tool per answer please (to make the voting easier :o)

link|improve this question

feedback

7 Answers

I like ZedGraph it is a free library and produces quality output. You can tweak the anti-aliasing to work the way it looks best to you and it supports a variety of charts and graphs.

link|improve this answer
Thanks for your answer, I've just had an opportunity to play with ZedGraph and it was very straightforward and created a great-looking graph too :o) – Andrew Sep 24 '08 at 15:22
+1 We'ved used ZedGraph for a couple of projects and loved it. We'll be hard pressed to move to something else. – Walter Dec 5 '09 at 0:40
feedback

If your goal is a simple graph and you need little control over how it is rendered you can easily get started with google chart api. You just putting an img tag on your site passing parameters in the querystring on the end of the url. You can even customize the output colors etc.

link|improve this answer
I had no idea this existed!! - thanks for posting :o) – Andrew Sep 24 '08 at 15:23
1  
Not really much of a winforms solution though. You could do an HTTP request to fetch the image, but I really don't like when desktop apps require that I have a connection to the internet. – Kibbee Oct 24 '08 at 21:05
feedback

ZedGraph Is Easy to use, Supports Logarithmic Scales and the best of all it is Free

link|improve this answer
feedback

I use Infragistics chart control. Why... because it's part of the library of controls that we already have a subscription to. That ringing endorsement aside. Their chart control is very flexible. It supports many different chart types including the ones you've mentioned. They also support composite charts (several different charts within the same chart control). I will warn you though; learning their development style is not trivial.

link|improve this answer
feedback

TeeChart. I've been using this tool for a few years now, although it is not free (~500€) it is packed with features.

What I prefer:

  • axes scale automatically
  • automatic colours for different series
  • zoom by selecting an area with the mouse
  • delivered with excellent code examples of all the features
  • and web support for ASP.NET
link|improve this answer
feedback

I always use Zedgraph since this supports XY-scatter and many others don't. For measurements, data-acquisition and elaboration XY-scatter is very important.

link|improve this answer
feedback

I find ChartDirector to be a pretty good library. A large variety of charts are available with an easy to understand API. It also has a very reasonable cost.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.