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.
Start Free TrialKey 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
-
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
, andRadRadialGauge
) to make clear which is the one you need.