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

how to give custom radial scale in gauge ?

1 Answer 25 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Saravanan
Top achievements
Rank 1
Saravanan asked on 31 Aug 2011, 11:13 AM
Hi team,i want to show custom radial scal range in gauge radial scale like 0.0,0.3,0.5,0.9,1.1,1,2,4,10, i want to show 1 at centre of the gauge so i tried with but it i can't achieve
 
Min=0,
Max=10,
MajorTickStep={Binding StepValue)
 
constructor
{
           List<double[]> data = new List<double[]>();
            double[] inquiries = new double[] { 0.1, 0.2,0.4, 0.5,0.7,0.9, 1 };
           data.Add(inquiries);
           StepValue=data;
 
}
Public List<double[]>  StepValue {get;set;}

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 05 Sep 2011, 01:08 PM
Hello Saravanan,

Unfortunately, there is no way to do this in the current version of the RadGauge control. The change you requested is not in our plans for Q3 2011. I will make sure it is reconsidered when discussing our future plans, but I am afraid no certain time frame can be given at the moment.

Kind regards,
Andrey Murzov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Gauge
Asked by
Saravanan
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or