Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

5 Answers

up vote 6 down vote accepted

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!

share|improve this answer
@Colin +1 - I didn't know about this - thanks for the link! – Galwegian Jul 6 '09 at 11:28
Be sure to try em out. I believe they are purchased from Dundas by MS and then incorporated in the Framework. – Colin Jul 6 '09 at 11:29

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.

share|improve this answer

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

share|improve this answer
2  
Scott Guthrie even? :) – Kev Jul 6 '09 at 11:13

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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