Completed
Last Updated: 06 Jul 2012 10:01 by ADMIN
ADMIN
Jack
Created on: 06 Jul 2012 10:01
Category: UI for WinForms
Type: Bug Report
0
FIX. Bars are hidden in RadChartView setting the ApplicationThemeName property to something different than ControlDefault
1. Create a new project with RadChartView.
2. Add some data in the chart.
3. Add the following code:
new Telerik.WinControls.Themes.DesertTheme();
ThemeResolutionService.ApplicationThemeName = "Desert";
4. Run the project.
0 comments