Completed
Last Updated: 14 Jan 2022 12:15 by ADMIN
Release R1 2022
ADMIN
Danail Vasilev
Created on: 12 Jun 2013 10:40
Category: Gauge
Type: Feature Request
8
ADD the ability to modify the width of the range placeholder in radial RadGauge
As a workaround the width of the range placeholder can be set through the gaugeObject:
JavaScript:
		function pageLoad() {
			var gauge = $find("<%=RadRadialGauge1.ClientID%>");
			gauge._gaugeObject.options.scale.rangeSize = 30;
			gauge.repaint();
		}
		<telerik:RadRadialGauge runat="server" ID="RadRadialGauge1" Height="350px" Width="350px">
			<Pointer Value="220" Color="Black">
				<Cap Color="Gray" Size="0.1" />
			</Pointer>
			<Scale Min="120" Max="300" MajorUnit="30" MinorUnit="5">
				<Labels Format="{0} °C" Position="Outside" />
				<Ranges>
					<telerik:GaugeRange Color="Orange" From="150" To="190" />
					<telerik:GaugeRange Color="Green" From="190" To="230" />
					<telerik:GaugeRange Color="Red" From="230" To="300" />
				</Ranges>
			</Scale>
		</telerik:RadRadialGauge>
3 comments
Wayne
Posted on: 03 Mar 2019 02:58
Yes please. Having thin lines is no good. We need to have more format control
Sergey
Posted on: 13 Feb 2015 20:09
This is a very important functionality for our company, please add this functionality to code behind.
Brad
Posted on: 27 Oct 2014 14:58
I am waiting for that as well.