Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() I have a scatter chart with smooted lines and no data markers that represents a (one) mathematical function. Is it possible to highlight (mark) one data point and from that point draw parallel (dashed) lines to the x and y axes? By hovering over the chart you can pop up the data values but I want (if possible) the parrallel lines to better visualize the position of the selected point on the axes. -- rvExcelNewTip ------------------------------------------------------------------------ rvExcelNewTip's Profile: http://www.excelforum.com/member.php...o&userid=15668 View this thread: http://www.excelforum.com/showthread...hreadid=498625 |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Add an extra series to the chart. This only needs a single x and y value. Change the series to plot a data marker with no line. Use the X and Y error bars of the new series to make connecting lines from the point to the axes. Cheers Andy rvExcelNewTip wrote: I have a scatter chart with smooted lines and no data markers that represents a (one) mathematical function. Is it possible to highlight (mark) one data point and from that point draw parallel (dashed) lines to the x and y axes? By hovering over the chart you can pop up the data values but I want (if possible) the parrallel lines to better visualize the position of the selected point on the axes. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
See Ed Ferrero's Intercept Vertical Lines example.
http://www.edferrero.com/Charting.aspx Andy Pope wrote: Hi, Add an extra series to the chart. This only needs a single x and y value. Change the series to plot a data marker with no line. Use the X and Y error bars of the new series to make connecting lines from the point to the axes. Cheers Andy rvExcelNewTip wrote: I have a scatter chart with smooted lines and no data markers that represents a (one) mathematical function. Is it possible to highlight (mark) one data point and from that point draw parallel (dashed) lines to the x and y axes? By hovering over the chart you can pop up the data values but I want (if possible) the parrallel lines to better visualize the position of the selected point on the axes. -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#5
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() I tried the error bar approach because it looked the simplest and most straightforward :). But I'm now stuck with the following snag: The Y-axis has a logarithmic scale and whatever I try, I cannot get an error bar DOWN from the data point to the X-axis! I specified a value of 100% for the error, or alternatively I tried to Customize with the Negative Y-value (workshell location of Y value) but to no avail. If I selected Both (to have the error bar extended on both sides of the data point) only the upper part showed up! I'm working with Excel 2003. Is this a bug or does it "works as designed"? ;) -- rvExcelNewTip ------------------------------------------------------------------------ rvExcelNewTip's Profile: http://www.excelforum.com/member.php...o&userid=15668 View this thread: http://www.excelforum.com/showthread...hreadid=498625 |
#6
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Try adding another single point that is the correct X value, Y value is the same as where the x-axis crosses the Y axes. And use the + custom error bar value linked to the Y value. So the error bar is now connecting the axis to the point rather than the point to the axis. Cheers Andy rvExcelNewTip wrote: I tried the error bar approach because it looked the simplest and most straightforward :). But I'm now stuck with the following snag: The Y-axis has a logarithmic scale and whatever I try, I cannot get an error bar DOWN from the data point to the X-axis! I specified a value of 100% for the error, or alternatively I tried to Customize with the Negative Y-value (workshell location of Y value) but to no avail. If I selected Both (to have the error bar extended on both sides of the data point) only the upper part showed up! I'm working with Excel 2003. Is this a bug or does it "works as designed"? ;) -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
#7
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() That's cool Andy! But do you have any eplanation for Excel's native behaviour? -- rvExcelNewTip ------------------------------------------------------------------------ rvExcelNewTip's Profile: http://www.excelforum.com/member.php...o&userid=15668 View this thread: http://www.excelforum.com/showthread...hreadid=498625 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need more general XY point to point plotting than XY scatter in | Charts and Charting in Excel | |||
Adding Data Information to a Chart | Charts and Charting in Excel | |||
How to remove a data point in a chart? | Charts and Charting in Excel | |||
Scatter Chart data | Charts and Charting in Excel | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |