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

Scale label insise scale bar

1 Answer 69 Views
Gauges
This is a migrated thread and some comments may be shown as answers.
RoxanaC
Top achievements
Rank 1
RoxanaC asked on 28 Nov 2012, 10:28 AM
Hello!

As it is currently designed in the telerik no mater what I do I always get the limits labels over Scale's path border.
But I would like to have all the labels inside the scale's bar as in attached image...

( <Gauges:LabelProperties Location="OverCenter" /> )

How is that possible?

Thank you

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 30 Nov 2012, 03:43 PM
Hi Roxana,

You can do it by changing the Min and Max properties of the scale and using StartTickOffset and EndTickOffset properties. For example:

<telerik:RadialScale x:Name="scale"
         Min="-5" Max="105"
         StartTickOffset="5" EndTickOffset="-5"
         Fill="Gray"
         LabelLocation="OverCenter">


Kind regards,
Andrey Murzov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Gauges
Asked by
RoxanaC
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or