RF
Rashidha F
Syncfusion Team
June 4, 2007 04:40 AM UTC
Hi Michael,
Thanks for using Syncfusion Products.
You can able to achieve your requirement using Legend.ItemSize property in chartControl.
The following code snippet which illustrates how to Reduce the size of the Legend Item in chartcontrol.
this.chartControl1.Legend.ItemsSize = new Size(15,15);
Please let me know if this helps.
Thanks and Regards,
Rashidha.