Page 1 of 1

Pie Chart - Legend and Series Label Percentage

Posted: Tue May 17, 2016 1:56 pm
by careli
Hi,

There is a way to show a legend with arguments and the series label with value and percentage? Like this example:
pie_chart.jpg
pie_chart.jpg (34.58 KiB) Viewed 1695 times

Re: Pie Chart - Legend and Series Label Percentage

Posted: Wed May 18, 2016 10:32 am
by Alex K.
Hello,

Unfortunately, this feature is not available for the chart.
As a way, you can try to add the additional column with the necessary string (value - percent) then use this column in the Tag property of the Chart and set ValueType property for the Series Label as "Tag".

Thank you.