This question is locked. New answers and comments are not allowed.
Hi,
I have the following issue: I use RadCharts in a silverlight project but they are not displayed.
I
found that if I don’t set Theme to my custom theme file – everything is ok. I
even removed all styles from this theme file - all the same.
I created test project with hardcoded chart values (you can find this project here). And if you uncomment the following row in Application_Startup method, the chart will be displayed correctly:
Telerik.Windows.Controls.StyleManager.ApplicationTheme = new MyTelerikTheme();
Could you please clear up this behavior?
My real theme file doesn’t have styles for RadChart, but I have custom styles for other telerik controls in it.
Thank you,
Kate