Position DataLables on a pivot pie chart realative to their Points

A

Aaron

I use this code to name the location of the data labels:

ActiveChart.SeriesCollection(1).Points(1).DataLabel.Select
Selection.Left = 641
Selection.Top = 134

But static locations are not what I am looking for. How can I set a data
lable to a location relative to the location of its
piece of the pie (Points)?
 

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