vote up 3 vote down star
2

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

flag

55% accept rate

5 Answers

vote up 5 vote down check

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!

link|flag
@Colin +1 - I didn't know about this - thanks for the link! – Galwegian Jul 6 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 at 11:29
vote up 1 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
2  
Scott Guthrie even? :) – Kev Jul 6 at 11:13
vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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