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

0 Value

3 Answers 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Darek
Top achievements
Rank 1
Darek asked on 07 Apr 2009, 06:26 PM
I can't find a way disable the display of the value of 0 with RadScale, RadialScale and RadRange controls. Is there a design or code property that allows to do it? There is a "Show Last Value" but no "Show First Value" property when viewed in Expression Blend 2.

3 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 08 Apr 2009, 08:34 AM
Hello Darek,

Unfortunately there is no way to turn off label of the first major tick mark. You can use "StartTickOffset" to move first major tick mark (and its label) to another value.

All the best,
Andrey Murzov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
0
Darek
Top achievements
Rank 1
answered on 08 Apr 2009, 11:19 AM
How do I disable all Tickmarks, than?
0
Andrey
Telerik team
answered on 09 Apr 2009, 02:20 PM
Hello Darek,

You can set MajorTicks property of the scale to -1. This way you will hide ALL tick marks and labels. For example:

<gauge:RadialScale x:Name="radialScale" 
           MajorTicks="-1">  
    <gauge:IndicatorList> 
        <gauge:Needle x:Name="needle"      
            Location="Inside"      
            Value="5"  /> 
    </gauge:IndicatorList> 
</gauge:RadialScale> 
 


Kind regards,
Andrey Murzov
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
Darek
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Darek
Top achievements
Rank 1
Share this question
or