This question is locked. New answers and comments are not allowed.
Hello Telerik,
I'm trying to change the label color of a RadChartesianChart,
I've tried using
but I got a catastrophic failure..what can I do?
I'm using last version of telerik usercontrols..
Thanks
I'm trying to change the label color of a RadChartesianChart,
I've tried using
<Style x:Key="CustomAxis" TargetType="telerik:Axis"> <!--<Setter Property="TitleTemplate"> <Setter.Value> <DataTemplate> <TextBlock Text="AAA" Foreground="Orange" /> </DataTemplate> </Setter.Value> </Setter>--> <Setter Property="LabelStyle"> <Setter.Value> <Style TargetType="TextBlock"> <Setter Property="Margin" Value="4"/> <Setter Property="Foreground" Value="Red" /> </Style> </Setter.Value> </Setter> </Style>but I got a catastrophic failure..what can I do?
I'm using last version of telerik usercontrols..
Thanks