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!

有帮助吗?

解决方案

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.

其他提示

You may also use Telerik gauge component for ASP.net AJAX.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top