Hello, I have a pie chart and I want to display only a whole number percent. No matter what I try I can only seem to get a 2 decimal percent to show.
I've tried Label="#PERCENT" but it seems like this is a fixed setting and it ignores what you have in the LabelFormat attribute.
I've also tried changing the LabelFormat around. LabelFormat="##,%" which looks right from a format standpoint but the numbers don't actually round properly. I end up with a total > 100% usually. Thanks