This question is locked. New answers and comments are not allowed.
Hello:
Need set the background the mi ChartView with one color without horizontal lines.
In the documentation : http://www.telerik.com/help/silverlight/radchart-styling-and-appearance-styling-plot-area.html
does not explain how to put a backgroud and remove lines.
This is my style:
Need set the background the mi ChartView with one color without horizontal lines.
In the documentation : http://www.telerik.com/help/silverlight/radchart-styling-and-appearance-styling-plot-area.html
does not explain how to put a backgroud and remove lines.
This is my style:
<!--BackGroundStyle-->
<Style x:Key="CustomBackGroundStyle" TargetType="telerik:ClipPanel">
<Setter Property="Background" Value="#FFD09E9E"/>
</Style>
This is my Code:this.BillingChartControl.DefaultView.ChartArea.PlotAreaStyle = Application.Current.Resources["CustomBackGroundStyle"] as Style;Any sugestion?