Server-side charting solutions

I am looking for a .NET 2 library for creating diagrams.

  • .NET 2
  • small size
  • fast
  • basic map building capabilities
  • pie chart support
  • flow required
  • additional file

What can you recommend? Why?

thanks

+1


a source to share


3 answers


How about Microsoft Chart Controls ? It's officially 3.5, but so far I haven't run into any issues using them in my 2.0 projects.



+2


a source


I have used ZedGraph with some success in my WinForms application. It's free, lightweight, and easy to use.



You can start with Pie chart example alt text http://zedgraph.org/wiki/images/5/5c/Piedemo.png

0


a source


0


a source







All Articles