tags:

views:

287

answers:

3
+1  Q: 

Stacked bar charts

Hi, i need to create a chart similar to this: link text

Do you have any tips or ideas of a library that I could use? I've tried Google Charts but it's not as flexible as I need it to be.

Note that I cannot use a library that requires a third party library to view the charts (like flash or silverlight).

Thanks

+1  A: 

We use dotNetCharting for all of our charting. It is pretty much capabable of doing most things.

It's not free though.

Robin Day
Thanks for your post. Looks very interesting. I'm diving into it right away.
alexn
+2  A: 

Take a look at Microsoft Chart Controls. Although targeting .Net Framework 3.5 they can also be used by applications using .Net 2.0

Frank Bollack
Microsoft Chart Controls can do this, and has the added bonanza of being free.
Jason
I've looked into this for some time ago. Does this library use silverlight och flash for rendering?
alexn
A: 

You can use DundasWebChart. You can download from Dundas Web Chart for ASP .Net

Neil