Hi,
I want to use a custom color palette for my pie charts. But it never seemed to work until I finally figured out that one tiny setting on my RadChart was causing the trouble:
I want to use a custom color palette for my pie charts. But it never seemed to work until I finally figured out that one tiny setting on my RadChart was causing the trouble:
<telerik:RadChart UseDefaultLayout="False" telerik:StyleManager.Theme="Windows7" x:Name="radChart" Grid.Row="1"> <DockPanel> <telerik:ChartArea DockPanel.Dock="Left" Width="150" Height="150" LegendName="chartLegend" x:Name="chartArea"/> <telerik:ChartLegend x:Name="chartLegend"/> </DockPanel> </telerik:RadChart>
When I remove the theme from the XAML, everything works fine.
Did I miss something conc. themes and RadChart?
Thanks,
Thorsten
PS
I can post a working example, if required. Unfortunatly I can't upload it here.