具有异步更新和动画功能的 ASP.NET AJAX 仪表
我目前正在开发一个仪表板样式的项目,其中我需要仪表来显示当前值。
有人可以向我指出一些商业或开源 asp.net ajax 控件,其中包括具有这些功能的仪表吗?
提前致谢!
I´m currently working on a dashboard styled project, where i need to have gauges to display current values.
can someone point me to some commercial or open source asp.net ajax controls that include gauges with these capabilities?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
DevExpress 有一套用于 ASP.NET 的控件,其中包括仪表。 ASPxGauges 演示
我最近在一个项目中使用它们通过在计时器滴答上执行异步回发来显示当前信息,使用他们的 CallBackPanel(相当于 UpdatePanel)。
总体而言,学习曲线并不算陡峭。我绝对建议您在开始之前阅读文档 ASPxGauges Docs。设计时支持可用于创建控制,但仍然非常乏味。
希望这有帮助。
DevExpress has a suite of controls for ASP.NET which include gauges. ASPxGauges Demos
I've recently used these in a project to display current information by doing asynch postbacks on timer tick, using their CallBackPanel (thier equivlent to an UpdatePanel).
Overall, the learning curve was not to steep. I would definitely recommend reading the documentation ASPxGauges Docs before jumping in. Design time support is available to create the controls, but is very tedious nonetheless.
Hope this helps.
您还可以使用用于 ASP.net AJAX 的 Telerik 仪表组件。
You may also use Telerik gauge component for ASP.net AJAX.