View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default DataLabel Manipulation

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


"Patrick"
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).DataLabe l

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

Thanks for any help in advance,

Patrick