Reputation: 3304
I'm using Visual Studio 2010 reporting to generate a report which has a table and a pie chart. Both work just fine except that for the pie chart, I'm to put the % value on each pie chart slice. 1. Is this even possible? 2. If it is, how do I do it?
Thanks
Upvotes: 0
Views: 3545
Reputation: 711
To put the % value on each pie chart slice do this (as shown here):
Beware: If you use multiple data fields like this:
you need to move every field to first position and perform above steps as shown here otherwise you end up with only one pie chart slice showing the percentage and the others are blank...
Upvotes: 2