+ Reply to Thread
Results 1 to 5 of 5

XY chart with labeled dots

  1. #1
    Registered User
    Join Date
    03-17-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    XY chart with labeled dots

    Hi, I have the following table (just an example):

    Name X Y
    dot_1 1 5
    2_dot 3 8
    odot 7 4

    I use standard XY chart and select numeric area. When pointing to the dot with mouse, I see "Series 1 point 1 (1,5)", "Series 1 point 3 (3,8)" and "Series 1 point 7 (7,4)".

    I want graph to show something like the following: "Series 1 point "dot_1" (1,5)", "Series 1 point "2_dot" (3,8)" and "Series 1 point "odot" (7,4)". Is that possible with Excel?

    Splitting points to separate series is not a sloution because there're more than 1000 points on the graph.

    Thanks for your help.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: XY chart with labeled dots

    You can not change the contents of the built-in tooltip.
    This addin will allow you to create a custom tooltip.
    http://tushar-mehta.com/excel/softwa...bel/index.html
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    03-17-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: XY chart with labeled dots

    Quote Originally Posted by Andy Pope View Post
    You can not change the contents of the built-in tooltip.
    This addin will allow you to create a custom tooltip.
    http://tushar-mehta.com/excel/softwa...bel/index.html
    Thank you Andy. Installed it and see it is not what I am looking for. It displays name next to the point, if points density is high label becomes undeadable.

    What I wanted is to have this kind of "pop-up" (tooltip) excel information.

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,430

    Re: XY chart with labeled dots

    You will have to write your own chart event code to capture chart elements under the cursor and then display this information via a textbox.

    For more information see Jon's article.
    http://www.computorcompanion.com/LPMArticle.asp?ID=221

    He also has a couple of download files under Events
    http://peltiertech.com/Excel/Charts/ChartIndex.html#E

  5. #5
    Registered User
    Join Date
    03-17-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: XY chart with labeled dots

    Quote Originally Posted by Andy Pope View Post
    You will have to write your own chart event code to capture chart elements under the cursor and then display this information via a textbox.

    For more information see Jon's article.
    http://www.computorcompanion.com/LPMArticle.asp?ID=221

    He also has a couple of download files under Events
    http://peltiertech.com/Excel/Charts/ChartIndex.html#E
    Thanks again. Seems Excel is not a right tool for drawing graphs in my case. My graph contains several tenths thousands of points, and I expect redrawing through script on each mouse move will be awful.

+ Reply to 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