2

I would like to change the data labels for the picture below from decimals (0.8102), like that of the blue part, to percentage (81.02%), like the red part of the stacked chart.

I have tried recording a macro but it does not show any code for the formatting of data labels.

enter image description here

1
  • May you teach me how you can make it appear like that? Commented Nov 16, 2015 at 1:24

1 Answer 1

3
ActiveChart.SeriesCollection(1).DataLabels.NumberFormat = "0.00%"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.