
07-09-2004, 02:52 AM
|
|
Newcomer
|
|
Join Date: Mar 2004
Location: London
Posts: 12
|
|
Powerpoint Datalabel length/width
|
Hi,
I have a bar chart bar in powerpoint that I'm trying to put symbols next to specific data value datalabels for using a macro. So for a certain bar I may want to display a symbol next to the datalabel value. All this is not a problem, I have got symbols added related to the position of the relevant datalabel, but the requirement is to put the symbol directly after the label, i.e.
60 "Symbol"
The only property I can't seem to find is the width/length of the datalabel. Here is the line of code I have at the moment that isn't right;
intLblLen = oGraph.SeriesCollection(intSeries).Points(SignPoints(intArrayPos)).Dat aLabel.Width
I'm getting the old "Object doesn't support this property" message. The Len function is no good as this just returns the number of characters not the width of the datalabel.
Does anyone know the correct way to reference a datalabels length/width?
|
|