Looking for help on creating a four-quadrant bubble chart in Excel that
will depicts a Project Portfolio along the axes of Risk and Potential
Benefits. This is a common diagram used in Portfolio Management to
visualize how projects compare to one another (Four-quadrant BCG -
Star, Cash Cow, Dog, and Wildcat).
My question is can this chart be created in Excel. If not, can anyone
recommend a charting program or add-in to accomplish what I described.
Thank you for your attention,
http://peltiertech.com/Excel/Charts/ColoredQuadrantBackground.html
A bubble chart type cannot be combined with other chart types, so you can't
use an official bubble chart with this background. But for a small amount of
work, you can simulate the effect. Make the quad chart with an XY series
overlay. Then make circles in the worksheet in the sizes that you need. Copy
one, then select a point (two single clicks, one for the series, one for the
point) and paste. This replaces the point's data marker with the pasted
shape. Repeat with different size bubbles for the other points. This can be
automated as well:
http://support.microsoft.com/default.aspx?scid=kb;en-us;139662
The person writing the macro couldn't figure out how to create a bubble
chart in VBA (put the .ChartType = xlBubble line after the .SetSourceData
line to correct the macro recorder code), so s/he wrote a macro that made
use of the custom marker capability of Excel's XY charts.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
<aw...@yahoo.com> wrote in message
news:1158667514.5...@m73g2000cwd.googlegroups.com...
Of course, you may need to set the axes max/min values to by symmetric. To
do that, double click each axis one at a time and from the Scale tab set the
max. and min. values appropriately.
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
In article <1158667514.5...@m73g2000cwd.googlegroups.com>, aww91
@yahoo.com says...
Another option, which will allow retention of bubble chart, would be to
create a image which can be used as the plotarea fill.
I used MS Paint to create a 4 colour quadrent. Then as long as the chart
is divided evenly the effect works quite well.
Cheers
Andy
--
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
This uses some of the techniques described by the previous replies to build
a bubble chart with quadrants. The upside for you is that this sample is
already set up to do classic BCG analysis.
There you go - a five MVP answer, you have to be happy with that :^)
Ed Ferrero
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______
"HEK" <H...@discussions.microsoft.com> wrote in message
news:F2512B24-61B4-45BE...@microsoft.com...