Closed Thread
Results 1 to 2 of 2

Change text of chart tips?

  1. #1
    Rob
    Guest

    Change text of chart tips?

    I would like to change the text of a tool/hover tip for a datalabel in a chart
    using Excel 2003. As it is, I can use the

    Application.ShowChartTipNames
    and
    Application.ShowChartTipValue

    to either turn on or off the names and values. If, say, I turn on
    names but not values, then the datalabels for the series named "Category 1"
    would read

    "Category 1" Data Labels.

    That's close, but I'd prefer that the tip simply read

    Category 1

    or whatever else I choose. Is there a .caption property or some such
    that I can change somewhere?

    Can this be done?

    Thanks,
    Rob

  2. #2
    Registered User
    Join Date
    04-03-2010
    Location
    London England
    MS-Off Ver
    Excel 2003
    Posts
    30

    Re: Change text of chart tips?

    Hi Rob,

    I'm doing something pretty similar and drew a blank with the standard 'chart tips'.

    I've created a new chart class and am using the MouseMove event with GetChartElement to set the datalabels for the corresponding points.

    It seems to be working ok (in 2007 at least) and wasn't as difficult as it first seemed. The added bonus is you can use pretty much any text you like and are not just limited to series names,

    Hope this helps,

    Jeff

Closed Thread

Thread Information

Users Browsing this Thread

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

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