HI Support Team,
I Have Implemented The following gauge. I have Intialised the Gauge Ranges and there is no property to name the gauge range so that i can give from and to values from code behind. there is no online demo too for the alternative.
<div class="GuageBGImage">
<telerik:RadRadialGauge runat="server" ID="radTestDesign" CssClass="GuagePosition">
<Pointer Value="0" Color="#000000">
</Pointer>
<Scale Min="0" Max="100" MajorUnit="20" MinorUnit="5">
<MajorTicks Size="5" Color="#777777" />
<MinorTicks Size="2" Color="#777777" />
<Labels Position="Outside" Color="#000000" Font="bold 11px Arial,Verdana,Tahoma" />
<Ranges>
<telerik:GaugeRange />
<telerik:GaugeRange />
<telerik:GaugeRange />
</Ranges>
</Scale>
</telerik:RadRadialGauge>
</div>
I have set the values programatically as :
GuageName.Scale.Ranges[GaugeRangeSeries].From = value
But as there are around 28 gauges its really difficult to maintain in that way. Please give me suggestion to name Scale Tag and Range Tag.
Thanks,
Mady.
I Have Implemented The following gauge. I have Intialised the Gauge Ranges and there is no property to name the gauge range so that i can give from and to values from code behind. there is no online demo too for the alternative.
<div class="GuageBGImage">
<telerik:RadRadialGauge runat="server" ID="radTestDesign" CssClass="GuagePosition">
<Pointer Value="0" Color="#000000">
</Pointer>
<Scale Min="0" Max="100" MajorUnit="20" MinorUnit="5">
<MajorTicks Size="5" Color="#777777" />
<MinorTicks Size="2" Color="#777777" />
<Labels Position="Outside" Color="#000000" Font="bold 11px Arial,Verdana,Tahoma" />
<Ranges>
<telerik:GaugeRange />
<telerik:GaugeRange />
<telerik:GaugeRange />
</Ranges>
</Scale>
</telerik:RadRadialGauge>
</div>
I have set the values programatically as :
GuageName.Scale.Ranges[GaugeRangeSeries].From = value
But as there are around 28 gauges its really difficult to maintain in that way. Please give me suggestion to name Scale Tag and Range Tag.
Thanks,
Mady.