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

Change Foreground in the RadChart.LegendItems

1 Answer 35 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Paul Exler
Top achievements
Rank 1
Paul Exler asked on 26 Nov 2010, 03:43 PM
How can I change the Foreground of the LegendItems in the RadChart component ?

1 Answer, 1 is accepted

Sort by
0
Velin
Telerik team
answered on 01 Dec 2010, 04:56 PM
Hello Paul Exler,

You need a style like this:
<Style x:Key="ChartLegendItemStyle" TargetType="telerik:ChartLegendItem">
   <Setter Property="Foreground" Value="Blue" />
</Style>
You can apply this style to the ChartLegend.LegendItemStyle property.

Kind regards,
Ryan
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
Chart
Asked by
Paul Exler
Top achievements
Rank 1
Answers by
Velin
Telerik team
Share this question
or