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

RadialGauge Indicator clipping

1 Answer 46 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Big G
Top achievements
Rank 1
Big G asked on 06 Feb 2016, 12:39 PM

I seem to get clipping issue with the indicators on the radialguage. This is the code

<telerik:RadRadialGauge LabelStep="60" MaxAngle="360" TickStep="20" MaxValue="100" Width="200" LabelRadiusScale="1.10">
            <telerik:RadialBarGaugeIndicator Value="100" Brush="Green" Thickness="5"/>
        </telerik:RadRadialGauge>

Depending on if I set the guage Width or Height, parts of it are cut off as if the guage is trying to draw outside of its limits.

1 Answer, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 11 Feb 2016, 09:54 AM
Hello Gareth,

Thank you for contacting us.

I checked the scenario and I can confirm this is a bug. I have logged it in our bug tracking system and we will try to fix it for our next release. 
As a workaround you can set the RadRadialGauge.IndicatorRadiusScale attached property of the RadialBarGaugeIndicator to be less than 1(which is by default). For example:

<telerik:RadialBarGaugeIndicator telerik:RadRadialGauge.IndicatorRadiusScale="0.9" />

I hope this helps.

Thank you for your valuable feedback. I have updated your Telerik points.

Regards,
Ivaylo Gergov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Gauge
Asked by
Big G
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Share this question
or