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

I want to create pie chat with series.

3 Answers 101 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Test
Top achievements
Rank 1
Test asked on 24 Jul 2008, 01:56 PM
hello everyone,

i want to create a pie chart with status series like

Status:
open :3
close : 4
InProgress : 8

And show this status count wise pie chart.

Please help me how can i do this.

Thanks in advance
Patel Vishal  


3 Answers, 1 is accepted

Sort by
0
Accepted
Ves
Telerik team
answered on 25 Jul 2008, 09:18 AM
Hello Patel,

You can find a similar example here. You can also check the help topic dedicated to pie charts.

Best regards,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Test
Top achievements
Rank 1
answered on 25 Jul 2008, 11:49 AM
hi

i have seen this examples. but i have no idea how to show legend on side of chart.
please help
Thanks
0
Ves
Telerik team
answered on 28 Jul 2008, 07:59 AM
Hello Patel,

The legend is shown automatically by default. You can find more information about the chart legend here. Or did you mean you needed the legend to display an item for each pie slice? In this case you need to set the LegendDisplayMode property to ChartSeriesLegendDisplayMode.ItemLabels:

RadChart1.Series[0].Appearance.LegendDisplayMode = ChartSeriesLegendDisplayMode.ItemLabels;

I hope this helps.

Sincerely,
Ves
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Chart (Obsolete)
Asked by
Test
Top achievements
Rank 1
Answers by
Ves
Telerik team
Test
Top achievements
Rank 1
Share this question
or