how to create a pie chart in asp.net mvc 2
I want to do a pie chart in mvc 2, any sugge开发者_JAVA技巧stion ?.
Thankx
Please check the link http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/
Happy Coding!!
You could use Microsoft's free (but powerful) .NET charting controls.
There is also other optios like fusion charts.
See a sample here
http://liberofusioncharts.codeplex.com/wikipage?title=Single%20Series%20Chart%2c%20adding%20data%20by%20DataSource%20-%20MVC&referringTitle=Home
Check ShieldUI Charts for ASP.NET MVC:
http://demos.shieldui.com/mvc/area-chart/axis-marker
It is a very powerful library, with a lot of customization options and many other user interface controls one might need.
精彩评论