View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope Andy Pope is offline
external usenet poster
 
Posts: 2,489
Default Show series name on the chart - but not at every data point

Hi,

To do this manually first select the series and then select the individual
point. Now apply data labels.

With VBA code have a look at Jon Peltier's page
http://peltiertech.com/Excel/Charts/LabelLastPoint.html

With dummy data series see
http://www.andypope.info/charts/Labellast.htm

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"RSunday" wrote in message
...
I want to show the name of the data series on the chart - but only once.
If
I check "Series name" in the "Format data series" "Data Labels" tab - then
it
shows at every data point - I only want it at e.g. the last.

How is that done?