I'm trying to create the following pie chart:
I am able to create a pie chart that has the values (511, 112, and 187) as the data labels and the correct text in the legend. I'm using DataBindXY to do this and then creating a legend. As you can see in the chart above, though, I need to have the value AND percentage displayed in the data label.
How can this be accomplished?