Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Hover values in chart

I have a line chart with a secondary vertical axis with values
displayed on the right of the chart. When I hover over this secondary
data line I get a message box that gives me the "series", "point" and
"value". The "point" however is a number depending on how far you are
from the left side of the chart. If I hover over the primary data line
the "point" displays the value on the x-axis.

There doesn't seem to be a way to specify the data sequence for the
secondary x-axis. How do I get the secondary data line to show the
"point" value taken from the primary x-axis?

Regards, Midas
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Hover values in chart

I just created a chart similar to yours. Series 1 has a series formula like
this:

=SERIES(Sheet1!$C$4,Sheet1!$B$5:$B$10,Sheet1!$C$5: $C$10,1)

which means

=SERIES(title, x values, y values, plot order)

When I hover, it shows the contents of C4 as the series title, the
appropriate item within B5:B10 as the point label, and the matching item
from C5:C10 as the value.

When I added the second series, I purposely did not identify X values, so
the series formula looks like this:

=SERIES(Sheet1!$D$4,,Sheet1!$D$5:$D$10,2)

There is no entry for x values. When I hover, it shows "point 1", "point 2".
If I copy the x values range from series formula 1 and paste it into series
formula 2:

=SERIES(Sheet1!$D$4,Sheet1!$B$5:$B$10,Sheet1!$D$5: $D$10,2)

the series now has explicit x values, and the appropriate label is displayed
when I hover over a point.

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



"Midas" wrote in message
...
I have a line chart with a secondary vertical axis with values
displayed on the right of the chart. When I hover over this secondary
data line I get a message box that gives me the "series", "point" and
"value". The "point" however is a number depending on how far you are
from the left side of the chart. If I hover over the primary data line
the "point" displays the value on the x-axis.

There doesn't seem to be a way to specify the data sequence for the
secondary x-axis. How do I get the secondary data line to show the
"point" value taken from the primary x-axis?

Regards, Midas



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I create a hover window in excel? mendelj Excel Discussion (Misc queries) 5 February 6th 14 07:30 PM
Mouse Hover display miked2 Excel Discussion (Misc queries) 16 September 27th 07 06:45 PM
Excel 2003 - how to hover over a cell and have a value show up mmcdonald1@msn Excel Discussion (Misc queries) 0 September 14th 06 08:26 PM
Hover change Voodoodan Excel Discussion (Misc queries) 4 May 5th 06 01:32 PM
Setting hover data labels to cells other than source data Darren Charts and Charting in Excel 1 January 24th 06 10:20 AM


All times are GMT +1. The time now is 12:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"