This is a migrated thread and some comments may be shown as answers.

Chart with lots of values and large legend?

1 Answer 53 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
R
Top achievements
Rank 1
R asked on 30 Nov 2009, 01:59 PM
Hi

I'm trying to plot a chart that has about 35 columns (bars) and for each the legend needs to display about 100 - 200 characters of text.

I've tried moving the legend below the chart which works but it all seems to overlap and look very confused.

Does anyone have any tips on this?

Code I'm using@
rc.Legend.Visible = true;
   rc.Legend.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Bottom;
rc.Legend.Appearance.Location = Telerik.Charting.Styles.LabelLocation.OutsidePlotArea;
rc.PlotArea.Appearance.Dimensions.Height = 500;
rc.Legend.Appearance.Dimensions.Height = 2000;

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 30 Nov 2009, 07:20 PM

This might help a little:

RadChart1.Legend.Appearance.Overflow = Telerik.Charting.Styles.

Overflow.Row;

J

 

Tags
Chart (Obsolete)
Asked by
R
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Share this question
or