AD
Administrator
Syncfusion Team
November 29, 2005 10:33 AM UTC
Hi Bubu,
1)Using LegendAlignment property, you could show the Legend at the top left corner. The following code snippet illustrates this.
this.ChartWebControl1.Legend.Position=ChartLegendPosition.Top;
this.ChartWebControl1.Legend.LegendAlignment=System.Drawing.StringAlignment.Near;
2)Depending upon the ItemSize, the LegendSize will be minimized or maximized. This can be done using ItemSize property of the ChartWebControl.
Regarding custom positioning of Legend, it is a known issue that has been internally fixed in the latest version. It will be publicly available in the latest version 4.0 due in another two weeks.
Thanks for your continued interest in Syncfusion products.
Regards,
F.Rashidha