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

Pie Chart Not displaying correct label

1 Answer 42 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Jeff Kershner
Top achievements
Rank 1
Jeff Kershner asked on 08 Sep 2010, 01:11 AM
I have a pie chart that is showing the value (data.percent) in the spider label and now the LegendLabel (data.tld):

PieSeriesDefinition def = new PieSeriesDefinition();
  
def.RadiusFactor = 0.83;
def.LabelSettings.ShowConnectors = true;
def.LabelSettings.SpiderModeEnabled = true;
pieSeries.Definition = def;
  
foreach (DomainPortfolioData data in domainPortfolioData)
    pieSeries.Add(new DataPoint(data.percent) { LegendLabel = data.tld });


How can I show the LegendLabel?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 10 Sep 2010, 03:15 PM
Hello Jeff Kershner,

The code seems to be working fine for me. Please, find attached a small example.

Regards,
Ves
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Jeff Kershner
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or