asp.net 的深入分析图表
我的雇主要求我创建一些带有各种图表的网页 - 要求之一是具有点击功能以获取更多详细信息。我正在寻找有关我可以使用的图表库的建议。
c#,.net 2.0
更新:
我使用 zedgraph 和图像映射 深入分析示例
My employer has asked me to create some web pages with various charts - one of the requirements is to have a click through ability for further detials. I am looking for sugestions on chart libraries that I could use.
c#, .net 2.0
UPDATE:
I used zedgraph with a imagemap
drilldown Sample
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 ZedGraph。
在积极开发方面似乎有点陈旧,但它可能会给你你想要的东西。
Check out ZedGraph.
Seems to be a bit stale in terms of active development, but it may give you what you want.
您可以查看: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart -runat-quot-server-quot-gt.aspx :-)
You can check out: http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx :-)
免费的 ASP.NET 图表控件 支持可点击区域。您可以为各个数据项设置 URL。
只要您不介意将所有这些连接起来,就可以了。如果您希望自动进行深入分析,您将需要更强大的功能。
The free ASP.NET Charting controls support clickable regions. You can set a URL for individual data items.
As long as you don't mind wiring all this up, you'll be fine. If you want the drill-down to happen automatically, you'll want something more powerful.