Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

 
 
Microsoft Office Excel
Search
Search
 
Check for updates: (c) Microsoft
Office downloads
 
 
 
Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Email this linkEmail this link Printer-Friendly VersionPrinter-Friendly Version Bookmark and ShareShare
Chart Labels
 

Book cover This article is an excerpt from Excel 2007 VBA: Programmer's Reference by John Green, Stephen Bullen, Rob Bovey, and Michael Alexander. Visit Wrox.com to learn more about this book.




In Excel, it is easy to add data labels to a chart as long as the labels are based on the data series values or X-axis values. These options are available in the Layout tab of the Ribbon under the Data Labels button in the Labels group. You can also enter your own text as labels, but this involves a lot of manual work. You would need to add standard labels to the series, and then individually select each one and replace it with your own text. Alternatively, you can write a macro to do it for you.

Read Article button

advertisement