<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Overlapped Bar Chart &#8211; Longer Bars in Back</title>
	<atom:link href="http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Mon, 15 Mar 2010 17:19:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-21064</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 26 Oct 2009 11:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-21064</guid>
		<description>Karan asked how to get the taller-bar-behind-shorter bar effect if there are more than two series. Essentially it&#039;s the same, but you need several extra series. Here is one way to approach it.

Add some columns to the data:

&lt;p align=center&gt;&lt;img src=&quot;/images/2009-10/ThreeBarsData.png&quot; /&gt;&lt;/p&gt;

The formulas in E2 through H2 are

&lt;tt class=&quot;tt&quot;&gt;=IF(OR(B2&lt;C2,B2&lt;D2),B2,0)&lt;/tt&gt;

&lt;tt class=&quot;tt&quot;&gt;=IF(C2&lt;D2,C2,0)&lt;/tt&gt;

&lt;tt class=&quot;tt&quot;&gt;=IF(AND(D2&lt;B2,D2&lt;C2),D2,0)&lt;/tt&gt;

&lt;tt class=&quot;tt&quot;&gt;=IF(AND(B2&lt;C2,B2&lt;D2),B2,0)&lt;/tt&gt;

Here is the chart, not fully overlapped:

&lt;p align=center&gt;&lt;img src=&quot;/images/2009-10/ThreeBars1.png&quot; /&gt;&lt;/p&gt;

And here is the chart, with fully overlapped bars:

&lt;p align=center&gt;&lt;img src=&quot;/images/2009-10/ThreeBars2.png&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Karan asked how to get the taller-bar-behind-shorter bar effect if there are more than two series. Essentially it&#8217;s the same, but you need several extra series. Here is one way to approach it.</p>
<p>Add some columns to the data:</p>
<p align=center><img src="/images/2009-10/ThreeBarsData.png" /></p>
<p>The formulas in E2 through H2 are</p>
<p><tt class="tt">=IF(OR(B2&lt;C2,B2&lt;D2),B2,0)</tt></p>
<p><tt class="tt">=IF(C2&lt;D2,C2,0)</tt></p>
<p><tt class="tt">=IF(AND(D2&lt;B2,D2&lt;C2),D2,0)</tt></p>
<p><tt class="tt">=IF(AND(B2&lt;C2,B2&lt;D2),B2,0)</tt></p>
<p>Here is the chart, not fully overlapped:</p>
<p align=center><img src="/images/2009-10/ThreeBars1.png" /></p>
<p>And here is the chart, with fully overlapped bars:</p>
<p align=center><img src="/images/2009-10/ThreeBars2.png" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-19218</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 17 Sep 2009 03:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-19218</guid>
		<description>Ken -

You can&#039;t interweave two series in that manner. A series can be either completely in front of or completely behind another series.</description>
		<content:encoded><![CDATA[<p>Ken -</p>
<p>You can&#8217;t interweave two series in that manner. A series can be either completely in front of or completely behind another series.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Stern</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-19211</link>
		<dc:creator>Ken Stern</dc:creator>
		<pubDate>Wed, 16 Sep 2009 19:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-19211</guid>
		<description>As usual, very illuminating and great suggestions. I have one further variation I can&#039;t seem to get to work. I have three sets of yearly estimates - low, medium, high. I&#039;d like to show each year as a trio of columns with partial overlap. I want the lowest to be both on the left and in front (so each set of 3 increases to the right and towards the back, in effect). 

I can&#039;t seem to get both orders correct at once. In short, the right-most bar (i.e. the one with the highest series number) is always in front. Is there a way to play with front/back bar overlap without changing the order of the series?  (I&#039;d post a picture if there were an easy way but hopefully I&#039;m explaining it clearly.)

(If I only had two series, I could get it working by playing with primary/secondary axes, but as it is these need to all be on the same axis anyway.)</description>
		<content:encoded><![CDATA[<p>As usual, very illuminating and great suggestions. I have one further variation I can&#8217;t seem to get to work. I have three sets of yearly estimates &#8211; low, medium, high. I&#8217;d like to show each year as a trio of columns with partial overlap. I want the lowest to be both on the left and in front (so each set of 3 increases to the right and towards the back, in effect). </p>
<p>I can&#8217;t seem to get both orders correct at once. In short, the right-most bar (i.e. the one with the highest series number) is always in front. Is there a way to play with front/back bar overlap without changing the order of the series?  (I&#8217;d post a picture if there were an easy way but hopefully I&#8217;m explaining it clearly.)</p>
<p>(If I only had two series, I could get it working by playing with primary/secondary axes, but as it is these need to all be on the same axis anyway.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri.v</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-18823</link>
		<dc:creator>savithri.v</dc:creator>
		<pubDate>Mon, 07 Sep 2009 08:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-18823</guid>
		<description>Dear Sir,
Sorry - as the internet link was down, saw this just now
I felt that if the overlapping is made with a thinner column in the front, it would portray the portion of the funding that is eaten away by the losses.
I had to get a presentation done this morning as part of a Balance Sheet structure. As I couldn’t figure out how to get the message across, I added another series for ABS value of losses, changed it to scatter type, used a minus Y error bar (100%) &amp; formatted it with the maximum possible weight but still couldn’t get the desired width.
And as always…I can no other answer make but thanks, and thanks, and ever thanks (I’m learning Shakespeare from my son!)
savithri</description>
		<content:encoded><![CDATA[<p>Dear Sir,<br />
Sorry &#8211; as the internet link was down, saw this just now<br />
I felt that if the overlapping is made with a thinner column in the front, it would portray the portion of the funding that is eaten away by the losses.<br />
I had to get a presentation done this morning as part of a Balance Sheet structure. As I couldn’t figure out how to get the message across, I added another series for ABS value of losses, changed it to scatter type, used a minus Y error bar (100%) &amp; formatted it with the maximum possible weight but still couldn’t get the desired width.<br />
And as always…I can no other answer make but thanks, and thanks, and ever thanks (I’m learning Shakespeare from my son!)<br />
savithri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-18814</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Sun, 06 Sep 2009 23:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-18814</guid>
		<description>Savithri - I&#039;m not sure I visualize your intended graphic. How would overlapping successfully depict negative numbers?</description>
		<content:encoded><![CDATA[<p>Savithri &#8211; I&#8217;m not sure I visualize your intended graphic. How would overlapping successfully depict negative numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: savithri.v</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-18808</link>
		<dc:creator>savithri.v</dc:creator>
		<pubDate>Sun, 06 Sep 2009 21:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-18808</guid>
		<description>Hi Sir,

Is it possible to overlap columns in a clustered stacked column chart?

Suppose one of the clustered columns depicts investments categorised in 3 sections -operational assets, non operational assets &amp; sunk costs stacked on top of each other &amp; the 2nd column shows equity injections into the project &amp; retained earnings from the project due to shareholders stacked one on the above.

In a situation where the retained earnings is negative from a couple of  projects, is it possible to show this negative figure as overlapping on the equity portion (instead of stacking it below zero) to illustrate how  much of the equity injections have been eaten away by  losses from those projects?
savithri</description>
		<content:encoded><![CDATA[<p>Hi Sir,</p>
<p>Is it possible to overlap columns in a clustered stacked column chart?</p>
<p>Suppose one of the clustered columns depicts investments categorised in 3 sections -operational assets, non operational assets &amp; sunk costs stacked on top of each other &amp; the 2nd column shows equity injections into the project &amp; retained earnings from the project due to shareholders stacked one on the above.</p>
<p>In a situation where the retained earnings is negative from a couple of  projects, is it possible to show this negative figure as overlapping on the equity portion (instead of stacking it below zero) to illustrate how  much of the equity injections have been eaten away by  losses from those projects?<br />
savithri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-13247</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-13247</guid>
		<description>James -

There is a particular Z-order to the series. Primary axis series are behind secondary group series of the same chart type. Within an axis group, the earlier plot order series are below the later plot order series.

Think of the series as being laid down in order. Primary series are laid down first, in the order 1, 2, 3, then secondary.</description>
		<content:encoded><![CDATA[<p>James -</p>
<p>There is a particular Z-order to the series. Primary axis series are behind secondary group series of the same chart type. Within an axis group, the earlier plot order series are below the later plot order series.</p>
<p>Think of the series as being laid down in order. Primary series are laid down first, in the order 1, 2, 3, then secondary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-13246</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 17 Apr 2009 12:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-13246</guid>
		<description>Hi Jon,

another excellent post!

I&#039;m having a couple of difficulties with having a 3 series chart. Just using overlap tends to favour the largest one. Basically I want the 3rd series as a &quot;background&quot; to the other 2. Does this approach depend on the secondary axis only? Is there a z-index facility to use with overlap?

Also, on an unrelated note, one of columns is very small, but still a positive integer, and appears below the y-axis. Is this an unresolved bug with the system?

Cheers,
James</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>another excellent post!</p>
<p>I&#8217;m having a couple of difficulties with having a 3 series chart. Just using overlap tends to favour the largest one. Basically I want the 3rd series as a &#8220;background&#8221; to the other 2. Does this approach depend on the secondary axis only? Is there a z-index facility to use with overlap?</p>
<p>Also, on an unrelated note, one of columns is very small, but still a positive integer, and appears below the y-axis. Is this an unresolved bug with the system?</p>
<p>Cheers,<br />
James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giedrius</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-6176</link>
		<dc:creator>giedrius</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-6176</guid>
		<description>Well, that is not what I imagined, but I got your point. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Well, that is not what I imagined, but I got your point. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/overlapped-bar-chart-longer-bars-in-back/comment-page-1/#comment-6175</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=640#comment-6175</guid>
		<description>Well, it can be done. Just make a stacked chart, with four series on the primary axis and four on the secondary axis. Something like this:

&lt;p align=&quot;center&quot;&gt;&lt;img title=&quot;Stacked Bar Chart Thinner in Front&quot; src=&quot;http://peltiertech.com/WordPress/wp-content/img200810/StackPriSec.png&quot; alt=&quot;Stacked Bar Thinner in Front&quot;&gt;&lt;/p&gt;

Beware the optical illusion.</description>
		<content:encoded><![CDATA[<p>Well, it can be done. Just make a stacked chart, with four series on the primary axis and four on the secondary axis. Something like this:</p>
<p align="center"><img title="Stacked Bar Chart Thinner in Front" src="http://peltiertech.com/WordPress/wp-content/img200810/StackPriSec.png" alt="Stacked Bar Thinner in Front"/></p>
<p>Beware the optical illusion.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
