如何在 asp.net mvc 2 中创建饼图
我想在 mvc 2 中做一个饼图,有什么建议吗?
谢谢
I want to do a pie chart in mvc 2, any suggestion ?.
Thankx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想在 mvc 2 中做一个饼图,有什么建议吗?
谢谢
I want to do a pie chart in mvc 2, any suggestion ?.
Thankx
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
请检查链接 http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/
快乐编码!
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!!
您可以使用 Microsoft 的免费(但功能强大).NET 图表控件。
You could use Microsoft's free (but powerful) .NET charting controls.
还有其他选项,例如融合图表。
请参阅此处的示例
http://liberofusioncharts.codeplex.com/wikipage?title=Single%20Series%20Chart%2c%20adding%20data%20by%20DataSource%20-%20MVC&referringTitle=Home
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
检查 ASP.NET MVC 的 ShieldUI 图表:
http://demos.shieldui.com/ mvc/area-chart/axis-marker
这是一个非常强大的库,具有许多自定义选项和许多其他可能需要的用户界面控件。
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.