Question

I would like to add graphing to my User Controls in ASP.NET MVC. I am 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 don't 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 I'm trying to do is add graphing to MVC User Controls from a ViewDataDictionary that's passed to my User Control.

Was it helpful?

Solution

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.

OTHER TIPS

I have been happy using the JFreeChart.net graphing system. It is a port / semi-port of javas famous JFreechart. It has alot of capabilities, and the output looks very good.

It took me 30 minutes to do my first graph, but that was mostly because you have to pay for the documentation (not the code), so i was working off the samples, which I later found to be very adequate.

Screenshots and examples are shown here

alt text http://www.ujihara.jp/jbyjsharp/jfreechart/results/PieChartDemo1.png

alt text http://www.ujihara.jp/jbyjsharp/jfreechart/results/RingChartDemo1.png

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.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top