View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Patrick[_15_] Patrick[_15_] is offline
external usenet poster
 
Posts: 9
Default DataLabel Manipulation

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