<?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: Connect Two XY Series</title>
	<atom:link href="http://peltiertech.com/WordPress/connect-two-xy-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/connect-two-xy-series/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:51:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jiby</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-29696</link>
		<dc:creator>Jiby</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-29696</guid>
		<description>Thank you Jon. Once again you are GREAT.
I have been looking for VERY long how to show movements in my bubble charts to indicate where a bubble was in PERIOD-1 and where it stands NOW.
When will Sweden/Norway create a Nobel prize for Excel Science ? You deserve it.
Greetings from Belgium
-Jiby-</description>
		<content:encoded><![CDATA[<p>Thank you Jon. Once again you are GREAT.<br />
I have been looking for VERY long how to show movements in my bubble charts to indicate where a bubble was in PERIOD-1 and where it stands NOW.<br />
When will Sweden/Norway create a Nobel prize for Excel Science ? You deserve it.<br />
Greetings from Belgium<br />
-Jiby-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-1016</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 26 May 2008 14:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-1016</guid>
		<description>Jay - I&#039;ve written a bit of VBA that will draw and redraw the arrows:

&lt;a href=&quot;http://peltiertech.com/WordPress/2008/05/26/connect-two-xy-series-with-arrows-vba/&quot; rel=&quot;nofollow&quot;&gt;Connect Two XY Series with Arrows (VBA)&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Jay &#8211; I&#8217;ve written a bit of VBA that will draw and redraw the arrows:</p>
<p><a href="http://peltiertech.com/WordPress/2008/05/26/connect-two-xy-series-with-arrows-vba/" rel="nofollow">Connect Two XY Series with Arrows (VBA)</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-1013</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 26 May 2008 13:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-1013</guid>
		<description>Jon

Many thanks for this clarification.   Yes, I agree that this arrow will be helpful.  But, if it comes with the baggage of autoshapes, It may be difficult to maintain and therefore not advisable.  I shall explore this in my charts and check.   Thank you for your clarification.  You are doing a great service to us excel community out there.  May God bless you.

Jay</description>
		<content:encoded><![CDATA[<p>Jon</p>
<p>Many thanks for this clarification.   Yes, I agree that this arrow will be helpful.  But, if it comes with the baggage of autoshapes, It may be difficult to maintain and therefore not advisable.  I shall explore this in my charts and check.   Thank you for your clarification.  You are doing a great service to us excel community out there.  May God bless you.</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-1011</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 26 May 2008 12:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-1011</guid>
		<description>Jay -

In versions of Excel up to 2003, this can be achieved only through the addition of autoshapes, that is, lines with arrowheads drawn on the chart. These are tricky to align with the points, and if any little thing happens in the chart, the lines will have to be realigned.

I&#039;ve also seen techniques where several extra points are added to each section of the series that connects each pair of points, such that these extra points define the shape of an arrowhead. This is tricky to define the points, given unequal X and Y scales, such that the arrow heads are nicely proportions, and if anything in the chart changes, these extra points have to be redefined.

I&#039;ve criticized the eye-candy formatting added to Excel 2007 charts to the detriment of chart functionality, but some of the added formatting is actually useful. You can format the lines in a chart series as if they are autoshapes, and by adding arrowheads to the lines, you can achieve the effect you have requested.
&lt;p align=&quot;center&quot;&gt;&lt;img src=&quot;http://peltiertech.com/WordPress/wp-content/img200805/connectarrows.png&quot; /&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Jay -</p>
<p>In versions of Excel up to 2003, this can be achieved only through the addition of autoshapes, that is, lines with arrowheads drawn on the chart. These are tricky to align with the points, and if any little thing happens in the chart, the lines will have to be realigned.</p>
<p>I&#8217;ve also seen techniques where several extra points are added to each section of the series that connects each pair of points, such that these extra points define the shape of an arrowhead. This is tricky to define the points, given unequal X and Y scales, such that the arrow heads are nicely proportions, and if anything in the chart changes, these extra points have to be redefined.</p>
<p>I&#8217;ve criticized the eye-candy formatting added to Excel 2007 charts to the detriment of chart functionality, but some of the added formatting is actually useful. You can format the lines in a chart series as if they are autoshapes, and by adding arrowheads to the lines, you can achieve the effect you have requested.</p>
<p align="center"><img src="http://peltiertech.com/WordPress/wp-content/img200805/connectarrows.png" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-1005</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Mon, 26 May 2008 04:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-1005</guid>
		<description>Jon

Thanks for this wonderful tips on connecting XY series.

While on this,  I think it will be improved data visualization if I can show an arrow (from earlier to new levels) instead of simple connecting-lines.

Could you please advice us how this can be done?

Thanks

Jay</description>
		<content:encoded><![CDATA[<p>Jon</p>
<p>Thanks for this wonderful tips on connecting XY series.</p>
<p>While on this,  I think it will be improved data visualization if I can show an arrow (from earlier to new levels) instead of simple connecting-lines.</p>
<p>Could you please advice us how this can be done?</p>
<p>Thanks</p>
<p>Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eyad Husseini</title>
		<link>http://peltiertech.com/WordPress/connect-two-xy-series/comment-page-1/#comment-1003</link>
		<dc:creator>Eyad Husseini</dc:creator>
		<pubDate>Sun, 25 May 2008 22:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=82#comment-1003</guid>
		<description>Mr. Peltier,

I am one of your fans who has learned many and many from your great web site. I have read Excel 2007 Chart by John Walkenbach where i saw you name first time. Since that time, I have 3 meals daily in addition to my Excel Charting Meal in Jon Peltier Resturant. I implement your tricks and tips in my daily task as a Planning and PMCE - Project Monitoring and Contorlling Engineer. Thanks Thanks and Thanks a lot Mr. Peltier and  I am waiting for an Excel Charting Book from you.

Regards,

Eyad Husseini
PMCE</description>
		<content:encoded><![CDATA[<p>Mr. Peltier,</p>
<p>I am one of your fans who has learned many and many from your great web site. I have read Excel 2007 Chart by John Walkenbach where i saw you name first time. Since that time, I have 3 meals daily in addition to my Excel Charting Meal in Jon Peltier Resturant. I implement your tricks and tips in my daily task as a Planning and PMCE &#8211; Project Monitoring and Contorlling Engineer. Thanks Thanks and Thanks a lot Mr. Peltier and  I am waiting for an Excel Charting Book from you.</p>
<p>Regards,</p>
<p>Eyad Husseini<br />
PMCE</p>
]]></content:encoded>
	</item>
</channel>
</rss>

