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
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:LabelPropertiesForeground="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