Working with the legend for a Pie Chart

Hello - I have created a pie chart and I am struggling with formatting it. I want to show the values in the legend and the label and value over lap. I cant figure out how to create enough space between the two so that they are not overlapping. Can anyone help me? Please?? I can not find any help information for the charts when it comes to the more in detail of formatting anything.

Thank you

In the script that creates the pie chart use an if-statement to check for your longest label.

Inside the if-statement make the value equal to whatever it is in your records, but add some spacing with Window’s special alt-key at the end (alt + 0160). You can copy/paste this special character instead of typing out the code multiple times.

This will add some additional white-space at the end of your label, pushing it away from the value. You can also use a newline character (
) if you want to push the text to a new line.