Articles in this section
Category / Section

How to display Chart Legend in multiple rows and columns?

1 min read

 

Rich set of Syncfusion Chart code's support to display legend in multiple rows and columns.

C#

//This displays the Legend in three rows.

this.ChartWebControl1.Legend.RowsCount = 3;

//This displays the Legend in two columns.

this.ChartWebControl1.Legend.ColumnsCount = 2;

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied