在mvc2中生成动态饼图和页面重定向
我想知道如何动态生成饼图。以及如何将一个页面重定向到另一个网页?
I want to know how to generate a pie chart dynamically. and how to redirect a page to another web page?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Silverlight 来绘制饼图,它非常适合那些动态的图表。
对于重定向页面,如果您要重定向到的页面是由操作方法呈现的视图,您可以重定向到该操作,它会在发挥其魔力后将页面重定向到其相应的视图:
编辑: 是的,这就是为什么我告诉你使用 Silverlight :),要开始使用,你需要检查 Silverlight 图表工具包,这是一个 饼图视频
You could use Silverlight for the pie chart, it is very good for those and dynamic.
for redirecting the page, if the page you want to redirect to is a View which is rendered by an action method, you can redirect to that action and it will redirect the page to its corresponding view after doing its magic:
EDIT: Yes, that's why I told you to use Silverlight :), to get started, you need to check Silverlight Charting Toolkit and here's a video on Pie Chart