This is a migrated thread and some comments may be shown as answers.

Crtical Suggestion : Gauge Ranges Naming

1 Answer 51 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Madhav Joshi
Top achievements
Rank 2
Madhav Joshi asked on 06 Nov 2012, 08:18 AM
 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.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 07 Nov 2012, 01:54 PM
Hi Mady,

The scale tag is only one for each gauge so there isn't a point in naming it. You can access the ranges in the code behind through their indexes, too. Nevertheless, I am logging your suggestion for review and you can follow, comment and vote in this URL.


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Gauge
Asked by
Madhav Joshi
Top achievements
Rank 2
Answers by
Marin Bratanov
Telerik team
Share this question
or