RadChartView Series lost it's color after applied Theme.
Please check attached screen shot.
I was applied theme in SplashScreen (ThemeResolutionService.ApplicationThemeName = Office2010BlueTheme1.ThemeName)
1 Answer, 1 is accepted
0
Dimitar
Telerik team
answered on 30 Mar 2015, 06:22 AM
Hello Karuppasamy,
Thank you for writing.
Perhaps you are executing the splash form in a separate thread (like in our article: Add SplashScreen to your application). This can cause the incorrect behavior. This is why I will recommend you to initialize and apply the theme in the main thread. For example, if you are using the approach from our article, you can use the following code to load the theme:
Telerik.WinControls.Themes.TelerikMetroTheme telerikMetroTheme1 = new Telerik.WinControls.Themes.TelerikMetroTheme();