semiclassical
New Member
- Joined
- Sep 2, 2004
- Messages
- 7
Problem:
I have a scatter plot with 150 points closely grouped. Enabling the label option clutters the graph. A cleaner way would be to hoveri the mouse over a data point and pop-up a box displaying it's value (x,y) as well as a label contained in an adjacent column.
Details:
The default functionality is that when the mouse hovers over a particular point the yellow pop-up box appears with
I read a post by Andrew Poulsom that stated it is probably not possible to customize the yellow pop-up baox and then offered some vba code to allow a mouse click to bring up a label. I was wondering how to implement this code in the spreadsheet. Also, does the graph have to be embedded in the worksheet "as object in", or can I use "As new sheet"?
Any help appreciated...
Aaron
I have a scatter plot with 150 points closely grouped. Enabling the label option clutters the graph. A cleaner way would be to hoveri the mouse over a data point and pop-up a box displaying it's value (x,y) as well as a label contained in an adjacent column.
Details:
The default functionality is that when the mouse hovers over a particular point the yellow pop-up box appears with
Data set label
Data point name "x"
Data point (x,y)
Data set label
Data point name "label"
Data point (x,y)
I read a post by Andrew Poulsom that stated it is probably not possible to customize the yellow pop-up baox and then offered some vba code to allow a mouse click to bring up a label. I was wondering how to implement this code in the spreadsheet. Also, does the graph have to be embedded in the worksheet "as object in", or can I use "As new sheet"?
Any help appreciated...
Aaron