views:

2502

answers:

4

Hi stack overflow community, I would like to add graphing to my User Controls in ASP.NET MVC. I'm fairly new to MVC just jumped into it about 2 Weeks ago and was hoping for some ideas or a guide on how to approach this issue. I have searched around and found no helpful answers to resolve this issue. I was thinking of doing crystal reports but they dont boat over well in ASP.NET from my previous experience. I would just like to know some ways to go about tackling this problem. So again what im trying to do is add graphing to MVC User Controls from a ViewDataDictionary that's passed to my User Control. Thank you.

+3  A: 

You could go with google charts for free, or something like Dundas (which is EXCELLENT) if you are willing to pay.

I hope I've understood your question.

Galwegian
A: 

Flex Charting, ChartDirector and Yahoo's Charts are decent. Chart Director has a good support net, and the guy is very responsive to questions and feature requests.

Abyss Knight
A: 

You could also check out .dot net charting. We've been using it for a few years at my job and it's worked fairly good for us. We build reports internally through various systems and it has served us well so far.

Handruin
+1  A: 
Soraz