Hi everyone,
I already tried looking on the forum for this issue, but I could not find anything that worked.
I have a pie chart in a dashboard with the XML attribute Label="#PERCENT", and I'd like to change how decimal are displayed. At the moment (by default) the label has two decimals, I'd like to remove them so that there are only integers.
By looking on the forums and other blogs I saw that some people suggested using the attribute LabelFormat, but even if I tried it multiple times it never worked.
The XML for the series is the following:
<Series ShadowOffset="0" IsValueShownAsLabel="false" Label="#PERCENT" Font="{0}, 9.5px" LabelForeColor="59, 59, 59" ChartType="pie" CustomProperties="PieLabelStyle=Outside, PieDrawingStyle=Concave, PieStartAngle=270, MinimumRelativePieSize=70, PieLineColor=Black" IsVisibleInLegend="true">
And here's a cutout from the pie chart:

Regards,
Massimo