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

Pie Chart Legend Overlap Issues

2 Answers 147 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 04 Mar 2010, 07:41 PM
Hello,

How do I deal with the following chart?  It has an overlapping legend and you can't make it out...  is there a workaround to this?  What settings will separate the values that I may be missing?  Here is my chart definition:

<tel:RadChart ID="Chart1" runat="server" Skin="Office2007"
 Width="790px">
 <Series>
  <tel:ChartSeries Name="Default" Type="Pie">
   <Appearance LegendDisplayMode="ItemLabels" ShowLabelConnectors="true">
    <LabelAppearance Distance="15" Dimensions-AutoSize="true" />
   </Appearance>
  </tel:ChartSeries>
 </Series>
 <ChartTitle Visible="false" />
</tel:RadChart>

Thanks.

2 Answers, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 05 Mar 2010, 02:22 PM
Would placing the legend somewhere else be a viable solution? You can play around with the Legend.Appearance.Position property and move this around until there is no overlap. You can read more about this (along with the different positions) in this documentation article.
0
Brian Mains
Top achievements
Rank 1
answered on 05 Mar 2010, 03:26 PM
Hey,

I already have a side legend; I do not want to store the values there.  I want the values to be within the pie chart...  is there no way to control this?  I'll try adding the distance, but that doesn't always do the trick...

Thanks.
Tags
Chart (Obsolete)
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Brian Mains
Top achievements
Rank 1
Share this question
or