Reputation: 13231
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)
Upvotes: 4
Views: 1281
Reputation: 8960
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.
Upvotes: 2
Reputation: 4169
ZedGraph Is Easy to use, Supports Logarithmic Scales and the best of all it is Free
Upvotes: 2
Reputation: 66162
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.
Upvotes: 0
Reputation: 2037
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.
Upvotes: 1
Reputation: 22441
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.
Upvotes: 3
Reputation: 513
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:
Upvotes: 0