PC Review


Reply
Thread Tools Rate Thread

Bubble Chart Quintiles

 
 
=?Utf-8?B?UGF0?=
Guest
Posts: n/a
 
      25th May 2004
I've been unsuccessful trying to create a bubble chart containing quintile segregations (i.e., diagonal lines) that will change as the data varies. Does anyone have any ideas? Thanks in advance!
 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      26th May 2004
Bubble charts cannot be combined with other chart types, so you can't
use the obvious Scatter chart techniques for drawing in lines. So if you
can't get the scatter chart into the bubble chart, bring the bubbles to
a scatter chart.

You can borrow some VBA code from Microsoft. KB article 139662 was
written to address the apparent inability to make a true bubble chart
using VBA. The macro recorder sets the chart type before setting the
source data range, but some chart types need you to do these steps in
the reverse order. I guess the techie who wrote the article didn't know
that, so they posted a workaround that draws a circle (a drawing object
independent of the chart) for each point, sized accordingly, then
applies the circle to the point as a custom marker.

The article's at:

http://support.microsoft.com/default.aspx?scid=kb;[LN];139662

Make the scatter chart with the diagonal lines, then add the series with
any markers at the XY coordinates for the bubbles, then use an
adaptation of the macro to draw the bubbles. You can change the colors
and shapes of the custom marker, too: use a square or triangle instead
of a boring old circle.

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

Pat wrote:

> I've been unsuccessful trying to create a bubble chart containing
> quintile segregations (i.e., diagonal lines) that will change as the
> data varies. Does anyone have any ideas? Thanks in advance!


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 'bubble' chart where colors are used instead of bubble size =?Utf-8?B?cGF1bG1pY2hhZWw=?= Microsoft Excel Charting 2 19th Nov 2007 11:57 PM
Re: How can I change the color of negative bubble in bubble chart Jon Peltier Microsoft Excel Charting 0 4th Jul 2007 03:29 PM
How can I change the color of negative bubble in bubble chart =?Utf-8?B?RGFuaWVs?= Microsoft Excel Charting 1 4th Jul 2007 03:25 PM
Change shape of Bubble in Bubble Chart? And make them Transparent =?Utf-8?B?UGFvY28=?= Microsoft Powerpoint 1 9th Sep 2006 12:38 AM
How do I move a hidden bubble to the front in a bubble chart in E. =?Utf-8?B?U2NvdHQ=?= Microsoft Excel Misc 0 20th Feb 2005 07:55 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:38 PM.