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

Hide Labels in Radial Gauge

2 Answers 164 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Francisco
Top achievements
Rank 1
Francisco asked on 29 Nov 2010, 07:32 PM
I know this is a newbie question but I've tried several things without any luck. Is there a way to hide the labels on a radial gauge all together? I still want to have a visible range just no numbers around the edge of the gauge.

Thanks for your help...

Francisco

2 Answers, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 01 Dec 2010, 04:59 PM
Hi Francisco,

You can set transparent foreground for the labels like this:

<telerik:RadGauge>
    <telerik:RadialGauge>
        <telerik:RadialScale>
            <telerik:RadialScale.Label>
                <telerik:LabelProperties Foreground="Transparent" />
            </telerik:RadialScale.Label>
        </telerik:RadialScale>
    </telerik:RadialGauge>
</telerik:RadGauge>


Greetings,
Andrewy Murzov
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Francisco
Top achievements
Rank 1
answered on 02 Dec 2010, 05:14 AM
Andrewy,
Thanks for your reply. I will try this out first thing in the morning.

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