Hi,
I am using Dock manager and using chart with in pane. when i resize the pane the chart legened truncat.
The setting are:
this.View.Chart.Legend.Margins.Bottom = 5;
// this.View.Chart.Legend.Margins.Top = 300;
this.View.Chart.Legend.SpanPercentage = 10;
this.View.Chart.Legend.Margins.Left =1;
Please give a solution for this problem.
Thanks and Regards,Rosy Malhotra
To prevent this from happening, you can do one of the following:
- decrease the top and bottom margins using the Legend.Margins property.
- increase the Legend.SpanPercentage property.
- reduce the size of Legend.Font.