ASP.NET交互式图表控件有建议吗?
我正在开发一个 ASP.NET Web 窗体应用程序,该应用程序的要求之一是使用图表显示一些数据。我正在寻找一个交互式 ASP.NET Web 窗体控件,它允许我绘制图表并附加事件,以便我可以使图表“交互式”。例如,当用户单击“饼图”控件中的“切片”时,我需要知道单击来自哪里,以便我可以更新页面的其余部分并显示有关“切片”代表的信息。
到目前为止我所看到的控件似乎擅长生成图表,但是一旦生成图表,就没有什么可做的了。
我将不胜感激任何有关合适的图表控件的建议。
麦德塞布
I'm developing an ASP.NET Web Forms application and one of the requirements of the application is to have some data displayed using charts. I'm looking for an interactive ASP.NET Web Forms control that allows me to draw charts and also attach events so that I can make the chart "interactive". For example, when a user clicks on a "slice" in a "pie chart" control I need to know where the click is coming from so that I can update the rest of the page and display info regarding what that "slice" represents.
The controls I've seen so far seem to be good at generating charts but once the chart is generated there's not much that can be done.
I would appreciate any recommendation regarding a suitable charting control.
MadSeb
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的数据来自 MS SQL Server 数据库,那么您可以使用 Reporting Services 制作图表。这些使用 Dundas 图表控件,并且具有很强的交互性,允许在数据中进行向下钻取功能。
据我所知,一旦您拥有 SQL Server 许可证,Reporting Services 就是一个免费附加组件。
http://www.microsoft.com /sqlserver/en/us/solutions-technologies/business-intelligence/reporting-services.aspx
If your data is sources from a MS SQL Server database, then you could do your charts using Reporting Services. These use Dundas chart controls, and are quite interactive, allowing drill down functionality in your data.
From what I remember, Reporting Services is a free add on once you have a SQL Server licence.
http://www.microsoft.com/sqlserver/en/us/solutions-technologies/business-intelligence/reporting-services.aspx