Wednesday, 30 May 2012

How to change silverlight chart area background


                     
         use  the following style to change  the chart area background

              Style plotarea = new Style(typeof(Grid));
              plotarea.Setters.Add(new Setter(BackgroundProperty, "white"));

              chart.PlotAreaStyle = plotarea;



0 comments:

Post a Comment