UI for ASP.NET AJAX
Display value ranges on an arc shape, leveraging the Telerik UI for ASP.NET AJAX ArcGauge component. This data visualization tool is quite useful to showcase progress towards a specific goal as it features the ability to define a minimum and maximum angle, letting arcs range from 0 to 360 degrees.
Add a descriptive label of what the ArcGauge is showcasing at its center by specifying a center template. It enables you to render custom content.
See the Telerik UI for ASP.NET AJAX ArcGauge Center Template demo
Like the other RadGauge controls, the scale of the Telerik UI for ASP.NET AJAX ArcGauge can be fully customized. Cover any app requirement by controlling if labels and ticks are displayed on the arc, what their colors are, whether the scale grows clockwise or counterclockwise, the respective start and end angles of the arc, and more.
See the Telerik UI for ASP.NET AJAX ArcGauge Scale Customization demo
The Telerik UI for ASP.NET AJAX ArcGauge has a single color to represent the current value of the arc, but in many cases the app requirements call for specific value to be displayed in different colors. That’s where the color ranges feature comes in handy. It enables you to set different fill color depending on the current value by simply configuring the CollorsCollection of the ArcGauge control.
See the Telerik UI for ASP.NET AJAX ArcGauge Color Ranges demo