Programmatically find out if Chart displays Percentages

G

Grant

Hi all,

I am trying to find out if a Chart has it's data labels showing Percentages
from VBA code.

Can anyone help me with this.

Thanks in advance.

Kind Regards,

Grant.
 
J

Jon Peltier

Example using the Immediate Window:

?ActiveChart.SeriesCollection(1).DataLabels.ShowPercentage
True

- Jon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top