AD
Administrator
Syncfusion Team
June 20, 2005 08:07 PM UTC
Perhaps a better question to ask...is there a way to make the Legend expand to fit the titles of series that are added? It seems that long titles either overlap each other or dissapear beyond the boders of the legend both vertically and horizontally.
Thanks for your help.
AD
Administrator
Syncfusion Team
June 21, 2005 05:16 AM UTC
Hi,
The size of the legend is automatically computed by the ChartControl based on the number of entries in the legend. Could you try setting the legend to have multiple rows to allow more space for each legend item:
this.chartControl1.Legend.RowsCount = 2;
Thanks,
Davis
AD
Administrator
Syncfusion Team
June 21, 2005 12:33 PM UTC
Thanks,
This helped space things out.
>Hi,
>
>The size of the legend is automatically computed by the ChartControl based on the number of entries in the legend. Could you try setting the legend to have multiple rows to allow more space for each legend item:
>
>this.chartControl1.Legend.RowsCount = 2;
>
>Thanks,
>
>Davis