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!
|
feedback
|
|
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. | |||||||
feedback
|