+ Reply to Thread
Results 1 to 2 of 2

Bubble Chart labels disappearing

  1. #1
    Registered User
    Join Date
    05-28-2014
    Posts
    10

    Bubble Chart labels disappearing

    Hi,
    Is there a way to automatically update Data labels in a bubble chart, when the data series change?

    Issue: each time I add new influencers and refresh the charts, the data labels drop out
    Each bubble needs to have the Stakeholder Initials as the Data Label, found on the Chart Data tab in the 3rd column (initials)

    I know how to do this manually, but have no idea at all how to automate this.

    Can anyone help?Chart.png
    Chart data.png
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-28-2014
    Posts
    10

    Re: Bubble Chart labels disappearing

    I did find a code which worked well for adding the Influencer Name (data series name) into the bubbles, but I haven't been able to get it working to retrieve the Values from Cells - which is what I have to do
    Here is the code:

    Sub BubbleLabel_Click()

    Dim BC As ChartObject
    Dim i As Integer

    Set BC = ActiveSheet.ChartObjects(1)

    For i = 1 To BC.Chart.SeriesCollection.Count

    With BC.Chart.SeriesCollection(i)
    .ApplyDataLabels
    .DataLabels.ShowSeriesName = True
    .DataLabels.ShowValue = False
    End With

    Next i

    End Sub

+ 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. Bubble Chart Data Labels
    By 07cbennett in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-15-2014, 04:03 PM
  2. Dynamic bubble chart & labels
    By Ztv in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-14-2014, 06:59 AM
  3. Data labels on bubble chart
    By Whoflungdung in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-29-2008, 07:35 AM
  4. 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