View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default show 3 sets of data per data point in a scatter plot

Marie -

Excel doesn't have this capability built-in, but it is flexible enough that
clever programmers can provide similar functionality. In this case, the
clever programmer is my colleague Tushar Mehta. On his web site
(http://tushar-mehta.com) is a utility called Chart Hover Labels, which will
do what you need.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Marie" wrote in message
...
I would like to be able to plot the pieces of info for each data point in a
scatter plot and have all the information appear when the mouse hovers
above
each point, i.e.: Name of School, percentage of test takers, percentage
passed. Is this possible?