tags:

views:

334

answers:

5

Can anyone suggest some best options to include charting feature in my ASP.NET pages ? I am using VS 2008 . I would like to have charts like google analytics charts

+1  A: 

There's a new ASP.NET Charting control that you can use. Details in this post from Scott Guthrie

Conrad
Scott Guthrie even? :)
Kev
+6  A: 

Microsft just released the new Charting COntrols for (ASP).NET. YOu can download the controls here, MS Download page.

Be sure to check out the What Others Are Downloading links at the bottom they provide links to the Visual Studio integration tools.

I've worked with these controls on a few projects now and have to say, they work excellently, in both Windows Forms as ASP.NET!

Colin
@Colin +1 - I didn't know about this - thanks for the link!
Galwegian
Be sure to try em out. I believe they are purchased from Dundas by MS and then incorporated in the Framework.
Colin
+1  A: 

I've worked with Dundas Chart in the past and thought it was great.

If you are using JQuery, then you could do worse than look at flot.

Galwegian
+1  A: 

jqPlot is a very nice client-side charting library for jQuery (which plays well with ASP.NET)

Another nice (and free) charting library for .NET is NPlot

Philippe Leybaert
A: 

Google Analytics uses Flash for charts and MS charts are static. For nice Flash charts with ASP.NET integration check out amCharts.

Alan Mendelevich