ASP.NET交互式图表控件有建议吗?

发布于 2024-11-30 14:16:57 字数 267 浏览 0 评论 0原文

我正在开发一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月朦胧 2024-12-07 14:16:57

如果您的数据来自 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文