DataLabel Manipulation

P

Patrick

This seems like it would be an extremely simple problem to solve but I
can't find a property or method etc to use on a DataLabel object to
change the width or prevent word wrapping when used on pie charts with
a lot of DataLabels.

ActiveChart.SeriesCollection(1).Points(1).DataLabel

How do I increase the width/height of this manually or change the
default word wrap behaviour?

Thanks for any help in advance,

Patrick
 
J

Jim Cone

This post has some information...
http://tinyurl.com/kjp52
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Patrick" <[email protected]>
wrote in message
This seems like it would be an extremely simple problem to solve but I
can't find a property or method etc to use on a DataLabel object to
change the width or prevent word wrapping when used on pie charts with
a lot of DataLabels.

ActiveChart.SeriesCollection(1).Points(1).DataLabel

How do I increase the width/height of this manually or change the
default word wrap behaviour?

Thanks for any help in advance,

Patrick
 

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