Hi Swetaketu,
Thanks for using Syncfusion product.
We have analyzed your query. As of now there is no scrollbar support for legend, so we have created a feature request for your requirement. And also a support incident to track the status of this feature has been created under your account.
But we can arrange the legend in rows and columns to avoid this problem. If legend position is mentioned as top/bottom then RowsCount property has to be used. If legend position is mentioned as left/right then ColumnsCount property has to be used.
Code Snippet:
Windows forms:
legend1.Position = ChartDock.Top;
legend1.RowsCount = 3;
|
Screenshot:
For your reference we have attached the sample. Kindly find the sample from below link,
Thanks,
Dharani.