ChartAreaBackColor?

Hello, I''m sure this is something simple, but I can''t figure it out. I want my entire chart background to be one color. For example, when I look at the pictures of the AreaChartSample in the 3.3 Chart Samples browser it is all light blue. However, when I open that sample it is white around the axes. How can I make it all light blue like the sample picture? Thanks, Nick

1 Reply

GM Geetha M Syncfusion Team January 19, 2006 05:41 AM UTC

Hi Nick, By setting the ChartArea''s back color same as that of ChartControl''s back color, you can achieve same color for the entire chart background. The following code snippet illustrates this: this.chartControl1.ChartArea.BackColor = this.chartControl1.BackColor ; I hope this helps you. Thanks for your interest in Syncfusion products. Thanks and Regards, Geetha

Loader.
Up arrow icon