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

[Solved] RadRadialGauge full circle animation and label problem

1 Answer 205 Views
Gauge for XAML
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
aquaseal
Top achievements
Rank 1
aquaseal asked on 06 Dec 2012, 08:44 PM
I am using the trial version 2012.3.1204.0 for the RadControls for Windows 8 and I ran into 2 problems listed below:

1) When trying to implement a full circle gauge using an ArrowGaugeIndicator to point to the current value the animation works very well, however, when the indicator is at 0 and the value is set to 355 the arrow animates clockwise to the end value (355), taking the very long way to get there. I would like the ability to have the indicator move counter-clockwise in this scenario to reach the final value the quickest. Is there a way to achieve this?

2) The start and end labels (0 and 360, respectively) overlap making it difficult to read them. I have seen a couple of properties in your other control sets titled "ShowFirstLabel" and "ShowLastLabel" that would solve this issue. Any plans to bring something like that over to this control?

Both of these problems arise from the following code:
<telerik:RadRadialGauge Height="300"
                        DataContext="{Binding blah}"
                        LabelStep="30"
                        MaxValue="360"
                        MaxAngle="450"
                        MinAngle="90"
                        MinValue="0"
                        TickStep="10"
                        LabelRadiusScale="1.1">
    <telerik:ArrowGaugeIndicator Brush="White"
                                 IsAnimated="True"
                                 telerik:RadRadialGauge.IndicatorRadiusScale="0.83"
                                 Thickness="12"
                                 Value="{Binding someVal}" />
</telerik:RadRadialGauge>

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 11 Dec 2012, 09:01 AM
Hi Matt,

Thank you for trying our RadControls for Windows 8!

Currently the behavior you describe may not be implemented with our components. You however may log this as a feature request on our public Ideas & Feedback portal so that you and our community can vote for it and follow the status of your suggestion.

Thank you for your time and valuable feedback. Do not hesitate to write us back should you have any other question/problem with our tools.
 

Regards,
Georgi
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
Gauge for XAML
Asked by
aquaseal
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or