Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 921
Default Have drawing object automatically move around point on graph axis

I would like to have a rectanglar drawing object representing two standard
deviations shown and automatically move around a value on a normal curve. I
have plotted a second point in the graph referring to the IQ score and have
copied a shape to become the new custom marker for the point so that the
rectangle shows an area about 2 standard deviations around the IQ. However,
the custom marker hangs below the x-axis, whereas I would prefer that it not
hang down below the x-axis. I would like the rectangle to extend above the
x-axis however. Suggestions?

Below is a link to the file I'm working on as well. Any help would be
appreciated.

http://www.geocities.com/jeff_k.geo/NormalCurve.xls
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,073
Default Have drawing object automatically move around point on graph axis

Hi Jeff,
This probably isn't the solution.
However, will it work if your custom marker is a rectangle whose top
half is yellow fill and bottom half is no fill. Such a marker could be
constructed by positioning a filled rectangle on to the top edge of an
identical sized rectangle with no fill, then grouping them together.

If you don't get a solution here then try
microsoft.public.excel.charting

Ken Johnson

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Have drawing object automatically move around point on graph axis

Ken,
Thank you for the response. Your suggestion may work, but is there a way I
can automatically have the object width scaled to a specified number of
standard deviations I'd like to highlight (i.e., number in cell N2)?
Jeff



"Ken Johnson" wrote in message
oups.com...
Hi Jeff,
This probably isn't the solution.
However, will it work if your custom marker is a rectangle whose top
half is yellow fill and bottom half is no fill. Such a marker could be
constructed by positioning a filled rectangle on to the top edge of an
identical sized rectangle with no fill, then grouping them together.

If you don't get a solution here then try
microsoft.public.excel.charting

Ken Johnson



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Have drawing object automatically move around point on graphaxis

Hi,

Add 2 data series. Change both new series to stack bar chart.
The first of these new series should have a value equal to the lowest
value. The 2nd should have a value equal to the width of the shaded area.
In order to complete the chart you will need to,
Format the 1st series to have no fill or border.
Format the 2nd series to have no border, Yellow fill, Series Options Gap
Width of zero.
Format secondary x axis to have the same min and max scale values as the
primary x axis.

Cheers
Andy

Jeff wrote:
I would like to have a rectanglar drawing object representing two standard
deviations shown and automatically move around a value on a normal curve. I
have plotted a second point in the graph referring to the IQ score and have
copied a shape to become the new custom marker for the point so that the
rectangle shows an area about 2 standard deviations around the IQ. However,
the custom marker hangs below the x-axis, whereas I would prefer that it not
hang down below the x-axis. I would like the rectangle to extend above the
x-axis however. Suggestions?

Below is a link to the file I'm working on as well. Any help would be
appreciated.

http://www.geocities.com/jeff_k.geo/NormalCurve.xls


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Have drawing object automatically move around point on graph axis

How do I change just those series to a stack bar/column chart?


"Andy Pope" wrote in message
...
Hi,

Add 2 data series. Change both new series to stack bar chart.
The first of these new series should have a value equal to the lowest
value. The 2nd should have a value equal to the width of the shaded area.
In order to complete the chart you will need to,
Format the 1st series to have no fill or border.
Format the 2nd series to have no border, Yellow fill, Series Options Gap
Width of zero.
Format secondary x axis to have the same min and max scale values as the
primary x axis.

Cheers
Andy





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Have drawing object automatically move around point on graphaxis

Select it and then via the menu Chart Chart Type.

You can use the cursor keys to cycle through the chart elements if the
data series is not easy to click with the mouse.

Jeff wrote:
How do I change just those series to a stack bar/column chart?


"Andy Pope" wrote in message
...

Hi,

Add 2 data series. Change both new series to stack bar chart.
The first of these new series should have a value equal to the lowest
value. The 2nd should have a value equal to the width of the shaded area.
In order to complete the chart you will need to,
Format the 1st series to have no fill or border.
Format the 2nd series to have no border, Yellow fill, Series Options Gap
Width of zero.
Format secondary x axis to have the same min and max scale values as the
primary x axis.

Cheers
Andy





--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Have drawing object automatically move around point on graph axis

Hmm... I tried that and every time I have Excel crashes.

File Version : 11.0.6555.0
File Description : Microsoft Application Error Reporting (DW20.EXE)
File Path : C:\Program Files\Common Files\Microsoft Shared\DW\DW20.EXE
Process ID : 0xB78 (Heximal) 2936 (Decimal)

Binary dump of the packet:
0000: 00 13 10 D0 DF 26 00 13 : D3 29 8C AB 08 00 45 00 | .....&...)....E.
0010: 00 30 71 E7 40 00 80 06 : D0 4C C0 A8 01 64 83 6B |
0020: 73 1C 06 9D 00 50 38 C0 : 99 2B 00 00 00 00 70 02 | s....P8..+....p.
0030: FF FF F1 B2 00 00 02 04 : 05 B4 01 01 04 02 69 6C | ..............il


"Andy Pope" wrote in message
...
Select it and then via the menu Chart Chart Type.

You can use the cursor keys to cycle through the chart elements if the
data series is not easy to click with the mouse.

Jeff wrote:
How do I change just those series to a stack bar/column chart?


"Andy Pope" wrote in message
...

Hi,

Add 2 data series. Change both new series to stack bar chart.
The first of these new series should have a value equal to the lowest
value. The 2nd should have a value equal to the width of the shaded area.
In order to complete the chart you will need to,
Format the 1st series to have no fill or border.
Format the 2nd series to have no border, Yellow fill, Series Options Gap
Width of zero.
Format secondary x axis to have the same min and max scale values as the
primary x axis.

Cheers
Andy





--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info



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 draw a circle on a graph using point data and the axis? Graphically Challenged Charts and Charting in Excel 2 April 3rd 23 10:54 AM
How do I move the x-axis to the top of the graph? D Excel Discussion (Misc queries) 3 April 2nd 23 04:03 PM
Move a value axis to the right by one point barry Charts and Charting in Excel 1 January 14th 07 12:09 PM
Automatically moving a drawing object in a chart Dan k Charts and Charting in Excel 1 February 7th 06 03:06 AM
How do I automatically update a graph after adding a data point Beertje Charts and Charting in Excel 2 October 10th 05 11:32 AM


All times are GMT +1. The time now is 08:04 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"