views:

77

answers:

4

I've never really done any charting or graphing in asp.net, but my current project is going to need some fairly extensive charting, in particular graphs that can be updated dynamicaly by the user, by changing start dates, criteria etc. I'm looking for some suggestions on the best charting tool for doing this.

I'd prefer a free tool, but may have some budget for a paid one. Will be using asp.net MVC written in C#.

+2  A: 

Hi, you want the ASP.NET Charting Control. I have used it and I must say its excellent. Minimum effort/coding to create very rich and professional charts.

James
+1. Good answer. Quicker than me.
David Stratton
A: 

Well, there's the Asp.Net Chart Control from Microsoft that's free...

For non free charts, there's Dundas Charts. I haven't used them personally, but they have a lot more to choose from, and they've been around for a while.

David Stratton
A: 

You could take a look at the Microsoft Chart Controls. They have a set of both asp.net and winforms controls for a wide range of chart types.

(You might find the visual studio addin helpful if you use these controls)

Simon P Stevens
A: 

I would strongly suggest looking at FusionCharts Free as a very easy to use charting component for ASP.NET. Or you could also consider FusionCharts v3 which has even more features.

George