<?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: Chart Event to Highlight a Series</title>
	<atom:link href="http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/</link>
	<description>Peltier Tech Excel Charts and Programming Blog</description>
	<lastBuildDate>Tue, 22 May 2012 11:00:35 +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: Interactive Chart in VBA using Mouse Move Event &#124; da TaB is On</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-18654</link>
		<dc:creator>Interactive Chart in VBA using Mouse Move Event &#124; da TaB is On</dc:creator>
		<pubDate>Wed, 02 Sep 2009 07:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-18654</guid>
		<description>[...] code to achieve this entire effect has been give below. The original code developed by Jon Peltier can be found here. [...]</description>
		<content:encoded><![CDATA[<p>[...] code to achieve this entire effect has been give below. The original code developed by Jon Peltier can be found here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff weir</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-13754</link>
		<dc:creator>jeff weir</dc:creator>
		<pubDate>Thu, 07 May 2009 22:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-13754</guid>
		<description>That&#039;s nice work, Ajay. I&#039;d suggest a slight change...do away with the text box saying what market the user is looking at on 2 counts:
1) It&#039;s really distracting when you&#039;re mousing over lines before you actually select anything. An empty box appears, and moves around even when you&#039;re mousing over empty space on the graph. Maybe this is perculiar to Excel 2007. But its really distracting
2) It  doesn&#039;t add any info to what appears on the graph and what appears in the series &#039;tooltip&#039; after you mouse over a series. eg mouse over the NOV series and you get a tooltip saying &quot;Series &quot;NOV 1973&quot;. If you change your series name to &quot;NOV 1973 Bear market: here&#039;s what took place&quot; then that&#039;s what would appear in the tool tip.</description>
		<content:encoded><![CDATA[<p>That&#8217;s nice work, Ajay. I&#8217;d suggest a slight change&#8230;do away with the text box saying what market the user is looking at on 2 counts:<br />
1) It&#8217;s really distracting when you&#8217;re mousing over lines before you actually select anything. An empty box appears, and moves around even when you&#8217;re mousing over empty space on the graph. Maybe this is perculiar to Excel 2007. But its really distracting<br />
2) It  doesn&#8217;t add any info to what appears on the graph and what appears in the series &#8216;tooltip&#8217; after you mouse over a series. eg mouse over the NOV series and you get a tooltip saying &#8220;Series &#8220;NOV 1973&#8243;. If you change your series name to &#8220;NOV 1973 Bear market: here&#8217;s what took place&#8221; then that&#8217;s what would appear in the tool tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-4897</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 13 Oct 2008 22:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-4897</guid>
		<description>Ajay -

Nice job.</description>
		<content:encoded><![CDATA[<p>Ajay -</p>
<p>Nice job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-4893</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Mon, 13 Oct 2008 19:57:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-4893</guid>
		<description>Jon,

You may want to take a look at this graphic that appeared in the NY Times a few days back. (&lt;a href=&quot;http://www.nytimes.com/interactive/2008/10/11/business/20081011_BEAR_MARKETS.html&quot; rel=&quot;nofollow&quot;&gt;How This Bear Market Compares&lt;/a&gt;). It uses the pretty much same idea of highlighting a series  as you&#039;ve postulated here.

I borrowed your code (and made a few minor modifications in the process)  and took a shot at replicating it:
&lt;a href=&quot;http://www.databison.com/?p=669&quot; rel=&quot;nofollow&quot;&gt;How This Bear Market Compares - NY Times&lt;/a&gt;

Your approach does provide an excellent alternative to charting multiple series in a line graph, especially where data points overlap, so that the final result is &#039;user-friendly&#039;.

Regards,
Ajay</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>You may want to take a look at this graphic that appeared in the NY Times a few days back. (<a href="http://www.nytimes.com/interactive/2008/10/11/business/20081011_BEAR_MARKETS.html" rel="nofollow">How This Bear Market Compares</a>). It uses the pretty much same idea of highlighting a series  as you&#8217;ve postulated here.</p>
<p>I borrowed your code (and made a few minor modifications in the process)  and took a shot at replicating it:<br />
<a href="http://www.databison.com/?p=669" rel="nofollow">How This Bear Market Compares &#8211; NY Times</a></p>
<p>Your approach does provide an excellent alternative to charting multiple series in a line graph, especially where data points overlap, so that the final result is &#8216;user-friendly&#8217;.</p>
<p>Regards,<br />
Ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da TaB is On &#187; How This Bear Market Compares - NY Times</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-4891</link>
		<dc:creator>Da TaB is On &#187; How This Bear Market Compares - NY Times</dc:creator>
		<pubDate>Mon, 13 Oct 2008 19:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-4891</guid>
		<description>[...] the weekend, it tried to replicate this chart. Jon  in one of his posts in his blog described how to use Chart Events to highlight a series. I took the [...]</description>
		<content:encoded><![CDATA[<p>[...] the weekend, it tried to replicate this chart. Jon  in one of his posts in his blog described how to use Chart Events to highlight a series. I took the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interactive English League Bumps Chart &#124; More Information per Pixel</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-2966</link>
		<dc:creator>Interactive English League Bumps Chart &#124; More Information per Pixel</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-2966</guid>
		<description>[...] what about selecting data series in the chart, just by clicking on a line? Jon presented various ways to select a data series using VBA. I have to admit that I first thought that this VBA method would [...]</description>
		<content:encoded><![CDATA[<p>[...] what about selecting data series in the chart, just by clicking on a line? Jon presented various ways to select a data series using VBA. I have to admit that I first thought that this VBA method would [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

