I am trying to avoid the legend overlapping the chart (plotarea). Since longer texts in the legend takes up more space i am trying the set the
Legend.Appearance.ItemTextAppearance.MaxLength = 50;
But it is not working.
Is this the best approach or is there another way so that plotarea will not be overlapped by the legend?