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

Change font color in RadGauge

1 Answer 48 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Bjørn
Top achievements
Rank 1
Bjørn asked on 01 Jun 2011, 02:01 PM
I am using the LinearGauge and I am looking for ways to change the white font color used on the y-axis, but so far I have been unsuccessful.

Are there any ways to do this in XAML?

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 03 Jun 2011, 01:36 PM
Hi Bjørn,

You can handle this using the Label property of the scale object:

<telerik:LinearGauge>
    <telerik:LinearScale>
        <telerik:LinearScale.Label>
            <telerik:LabelProperties Foreground="Red" />
        </telerik:LinearScale.Label>
    </telerik:LinearScale>
</telerik:LinearGauge>

I hope this information helps.

Greetings,
Andrey Murzov
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Gauge
Asked by
Bjørn
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or