Hi Jon,
Your right if it is really a bar chart then above would not be an option.
But Outside end should still be available.
Here are a few suggests for a bar chart.
You could add another series and use that to display the data label
centered. Format the second series to have no fill or border.
With this the displayed bar is slightly off centered.
Or add a duplicate series with 1 extra point at the beginning, which has no
data. Place this series on the secondary axis.
Again format no fill or border. Display data label centered. Now in order to
lift the label above the bar you will need to add the secondary X Axis.
Format the secondary X axis to not have Value (Y) axis crosses between
categories. This will offset the bars enough to make the data labels above
above the bars on the primary axis.
Add XY Scatter series. X values would be half of bar value. Y values would
be 0.5, 1.5 etc
The data label position can be set to above and in order to display the
correct value you would need to link the data labels to cells containing the
true values.
Try Rob Bovey's free add-in for labeling.
http://www.appspro.com/Utilities/ChartLabeler.htm
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Jon Peltier said:
If it's a bar, he can't float above the bar. Outside end is to the right.
(Yeah, I know, most people say bar when they mean column.)
- Jon