AD
Administrator
Syncfusion Team
August 17, 2005 02:48 PM UTC
Hi Atanu,
For the ChartArea to take up the entire ChartControl, please change these settings:
this.chartControl1.Text = "";
this.chartControl1.Legend.Visible = false;
this.chartControl1.ElementsSpacing = 0;
Thanks,
Davis
AP
Atanu Podder
August 22, 2005 04:59 PM UTC
Thanks for the help.
Atanu