WebForms Gauge Overview

The RadGauge is a control powered by the Kendo UI Data Visualization Gauge widgets that is designed to show where the value lies according to a certain range.

Telerik UI for ASP.NET AJAX Ninja image

The Gauge is part of Telerik UI for ASP.NET AJAX, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Key features

It was added to the suite in Q3 2012 and its main features are:

  • Pure client-side rendering - JavaScript is used to create the image through SVG or VML for older browsers like IE8 and IE7. This means that the server does not need to do anything but serialize the data, instead of creating an entire jpg or png image.

  • Different gauge types

  • Arc

  • Circular

  • Linear

  • Radial

  • Animation - when the control is being rendered it will animate until the value is shown.

  • Intuitive markup structure - Inner tags provide hierarchical configuration of each element and the gauge types are added as separate controls (RadArcGauge, RadCircularGauge, RadLinearGauge, and RadRadialGauge) to make clear which is the one you need.

See Also

In this article