<?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: Fill Below an XY Chart Series (XY-Area Combo Chart)</title>
	<atom:link href="http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Thu, 18 Mar 2010 05:36:38 +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: haberler</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-28546</link>
		<dc:creator>haberler</dc:creator>
		<pubDate>Mon, 15 Mar 2010 01:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-28546</guid>
		<description>I ended up doing this with my version of the Line/Area chart. Since the area chart in the XY/Area combo has to be scaled to the precision of the XY chart, it amounts to the same thing…with less work.</description>
		<content:encoded><![CDATA[<p>I ended up doing this with my version of the Line/Area chart. Since the area chart in the XY/Area combo has to be scaled to the precision of the XY chart, it amounts to the same thing…with less work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Montgomery</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-20060</link>
		<dc:creator>David Montgomery</dc:creator>
		<pubDate>Thu, 01 Oct 2009 15:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-20060</guid>
		<description>Thanks Jon!  I think I overshot the comment section I wanted though, I meant to respond to the post above this one.</description>
		<content:encoded><![CDATA[<p>Thanks Jon!  I think I overshot the comment section I wanted though, I meant to respond to the post above this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-20047</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-20047</guid>
		<description>David - Nice article. Thanks for expanding on this technique.</description>
		<content:encoded><![CDATA[<p>David &#8211; Nice article. Thanks for expanding on this technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Montgomery</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-20023</link>
		<dc:creator>David Montgomery</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-20023</guid>
		<description>Hi Jon,

Great post!  I got the chart to work just fine, but I ended up modifying it slightly.  The data that I would plot on a chart like this tends to intersect quite a bit, so I wanted to use different colors for positive and negative area.

I&#039;m sure there is an easier way to do this (maybe in the sister post you were referring to?), but I ended up calculating the points where the lines intersected using SLOPE() and INTERCEPT().  It gets a little ugly, but I put an explanation and the workbook up on my blog if anyone is interested:

&lt;a href=&quot;http://davidmerlemontgomery.blogspot.com/2009/09/two-color-xy-area-combo-chart.html#more&quot; rel=&quot;nofollow&quot;&gt;Two Color XY -Area Combo Chart&lt;/a&gt;

The end result turned out pretty well, and I haven&#039;t played with it too much but all of the formulas should be scalable.

&lt;p align=center&gt;&lt;img src=&quot;/images/2009-09/chartbydavid.jpg&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>Great post!  I got the chart to work just fine, but I ended up modifying it slightly.  The data that I would plot on a chart like this tends to intersect quite a bit, so I wanted to use different colors for positive and negative area.</p>
<p>I&#8217;m sure there is an easier way to do this (maybe in the sister post you were referring to?), but I ended up calculating the points where the lines intersected using SLOPE() and INTERCEPT().  It gets a little ugly, but I put an explanation and the workbook up on my blog if anyone is interested:</p>
<p><a href="http://davidmerlemontgomery.blogspot.com/2009/09/two-color-xy-area-combo-chart.html#more" rel="nofollow">Two Color XY -Area Combo Chart</a></p>
<p>The end result turned out pretty well, and I haven&#8217;t played with it too much but all of the formulas should be scalable.</p>
<p align=center><img src="/images/2009-09/chartbydavid.jpg" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19940</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19940</guid>
		<description>In creating the &quot;scaling&quot; range from the original dataset, you could use a formula to check the extremes of the dataset to determine how to scale (multiply or divide).  I tend to agree with you that line and XY charts should be combined (after all, the date axis is a whole number numeric axis).  It would certainly save a lot of hassle when making combo charts.</description>
		<content:encoded><![CDATA[<p>In creating the &#8220;scaling&#8221; range from the original dataset, you could use a formula to check the extremes of the dataset to determine how to scale (multiply or divide).  I tend to agree with you that line and XY charts should be combined (after all, the date axis is a whole number numeric axis).  It would certainly save a lot of hassle when making combo charts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19938</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 29 Sep 2009 12:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19938</guid>
		<description>Jeff&#039;s scaling trick is clever, and works in many cases where the axis values can be invisibly scaled by a thousand or a million. It also only works in Excel 2003 up to an X value of 2,958,465; after this the date-scale axis reverts to a category axis (though formatting the scale of the axis still brings up the date scaling dialog). I guess if the X values are this high, you could divide by 1000.</description>
		<content:encoded><![CDATA[<p>Jeff&#8217;s scaling trick is clever, and works in many cases where the axis values can be invisibly scaled by a thousand or a million. It also only works in Excel 2003 up to an X value of 2,958,465; after this the date-scale axis reverts to a category axis (though formatting the scale of the axis still brings up the date scaling dialog). I guess if the X values are this high, you could divide by 1000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19937</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19937</guid>
		<description>&quot;Also I see that your scaling formula does the same thing as in my suggestion of multiplying the X series by 1000…the only difference being that I handle the implications of this to the x axis by using a custom number format to rescale the axis, wheras you add another axis.&quot;

I ended up doing this with my version of the Line/Area chart. Since the area chart in the XY/Area combo has to be scaled to the precision of the XY chart, it amounts to the same thing...with less work.</description>
		<content:encoded><![CDATA[<p>&#8220;Also I see that your scaling formula does the same thing as in my suggestion of multiplying the X series by 1000…the only difference being that I handle the implications of this to the x axis by using a custom number format to rescale the axis, wheras you add another axis.&#8221;</p>
<p>I ended up doing this with my version of the Line/Area chart. Since the area chart in the XY/Area combo has to be scaled to the precision of the XY chart, it amounts to the same thing&#8230;with less work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Banfield</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19910</link>
		<dc:creator>Colin Banfield</dc:creator>
		<pubDate>Mon, 28 Sep 2009 23:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19910</guid>
		<description>&quot;The problem with the Area/Line approach (left) is that the X values are all truncated to the next lower whole number value by the line and area series, while the XY series (big and red) considers fractional parts of its inputs (right):&quot;

Yes, I expected that there would be a difference because the date axis only gives us full days (whole numbers). However, I didn&#039;t realize how much of a difference there was between the two approaches until I did a close comparison. Because the numbers are small, the decimals takes on significance.

The moral of this exercise is that the area/line chart is OK in the limited case of whole numbers (or if the decimals aren&#039;t significant or if you can round up the numbers...until such time as Excel gets a date axis that can handle fractions of a day). The XY/area is the way to go if decimal precision is important. It&#039;s certainly a great solution.</description>
		<content:encoded><![CDATA[<p>&#8220;The problem with the Area/Line approach (left) is that the X values are all truncated to the next lower whole number value by the line and area series, while the XY series (big and red) considers fractional parts of its inputs (right):&#8221;</p>
<p>Yes, I expected that there would be a difference because the date axis only gives us full days (whole numbers). However, I didn&#8217;t realize how much of a difference there was between the two approaches until I did a close comparison. Because the numbers are small, the decimals takes on significance.</p>
<p>The moral of this exercise is that the area/line chart is OK in the limited case of whole numbers (or if the decimals aren&#8217;t significant or if you can round up the numbers&#8230;until such time as Excel gets a date axis that can handle fractions of a day). The XY/area is the way to go if decimal precision is important. It&#8217;s certainly a great solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Gates</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19907</link>
		<dc:creator>Bill Gates</dc:creator>
		<pubDate>Mon, 28 Sep 2009 20:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19907</guid>
		<description>The one TRUE path, Jon...</description>
		<content:encoded><![CDATA[<p>The one TRUE path, Jon&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/fill-below-an-xy-chart-series-xy-area-combo-chart/comment-page-1/#comment-19906</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=2455#comment-19906</guid>
		<description>In 2003 and earlier, it was pretty easy to manipulate the XY component of a combo chart, but in 2007 it&#039;s more entangled. A lot of my old tutorials fall down, becuase while 2003 allowed you to pursue several different paths to a final solution (it was path-independent), 2007 often will only work following one path.</description>
		<content:encoded><![CDATA[<p>In 2003 and earlier, it was pretty easy to manipulate the XY component of a combo chart, but in 2007 it&#8217;s more entangled. A lot of my old tutorials fall down, becuase while 2003 allowed you to pursue several different paths to a final solution (it was path-independent), 2007 often will only work following one path.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
