+ Reply to Thread
Results 1 to 5 of 5

Bubble Chart Data Labels

  1. #1
    Registered User
    Join Date
    09-15-2014
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    2

    Exclamation Bubble Chart Data Labels

    I have created a bubble chart and it has values for the x axis, values for the y axis and values for the size of the bubbles themselves. I want to add data labels but the label itself to be a different value to the x,y and size of the bubble data.

    The data points refer to data about a set of projects and I want the project names to appear next to the data points - not the x values, y values or bubble size values.

    Some coding and explanation would be great.

    Thanks.

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Bubble Chart Data Labels

    Rob Bovey's free XY chart labeler add-in (http://www.appspro.com/Utilities/ChartLabeler.htm ) usually makes short work of this. Is that something that you can work with?
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    09-15-2014
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    2

    Re: Bubble Chart Data Labels

    Unfortunately I can't use a separate add-in on this - thanks though. Looking for something I can use in alt+f11

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829

    Re: Bubble Chart Data Labels

    Since I use the add-in, I'm not that familiar with the actual code for this.

    How familiar are you with Excel's object model? http://msdn.microsoft.com/en-us/libr...ice.14%29.aspx It seems to me that the code should not be overly difficult. Simply assign the appropriate "formula" string (eg "=sheet1!A1") to the formula property of each datalabel object (eg chart(1).seriescollection(1).datalabels(1).formula="=sheet1!A1"). Put all of that inside of a For...Next/For Each...Next loop (are you familiar with For..Next loops?).

    I know I have seen others post similar code for this before. I know that it can be a challenge to wade through search results, but you might try and see if you can find previously posted code.

  5. #5
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Bubble Chart Data Labels

    It's not possible to attach text labels to bubble charts natively; so you need to use a macro if you can't use an add-in etc....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Macro To Add Data Labels On Bubble Chart
    By splendidus in forum Excel General
    Replies: 7
    Last Post: 08-12-2013, 03:16 PM
  2. Bubble Chart Needs Data Labels - Help ASAP Please
    By rdrazin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2012, 04:17 PM
  3. Data labels on bubble chart
    By Whoflungdung in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-29-2008, 07:35 AM
  4. [SOLVED] How do i add text labels to each bubble on bubble chart?
    By bazza in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 12-07-2005, 12:10 AM
  5. [SOLVED] Bubble Chart Labels
    By Mary Ann in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 06-15-2005, 08:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1