tags:

views:

194

answers:

3

Hii

Can anyone tell me how can I show percentage on the piechart.... The percentage is seen on mouseover event but I dont know how to show the percentage on the piechart's slices....

A: 

I've just followed this tutorial (just to make sure) and I get the percentages of each slice as tooltip on mouse over by default.

If you post your code we might be able to spot if there's a problem with it.

ChrisF
+1  A: 

If you are looking to put labels on the chart itself (instead of tooltip), take a look at this great blog post by WPF guru Bea Stollnitz.

It shows how to do this, in many different modes, and explains not only how, but why.

Wonko the Sane
A: 

Take a look at amCharts Bundle for WPF. Pie chart supports labels on the slices, outside connected labels and includes an algorithm to prevent label overlapping.

Alan Mendelevich