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