RR
Ramya R
Syncfusion Team
May 7, 2007 09:25 AM UTC
Hi Nhilesh,
Thank you for your interest in Syncfusion Products.
1.You can change the icon of the Legend to a straight line by changing the representation type of the legend as shown in the Code snippet below,
this.chartControl1.Legend.RepresentationType = ChartLegendRepresentationType.StraightLine;
2. The size of the icon can be changed using the code snippet below,
this.chartControl1.Legend.ItemsSize=new Size(10,10);
Could you please provide me with some more information regarding the point "indicating the styles applied"?
Let me know if you have any queries.
Thanks & Regards,
Ramya.