<?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>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: 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>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-2882</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-2882</guid>
		<description>Andreas -

&gt;&gt;Not having this extra click in a dashboard would make the whole
selection, navigation user experience much smoother.

Very true. I usually envision this kind of interactive activity in a more intensive view than a dashboard, but it could also be part of a dashboard. I wonder if there are mouseover events of other objects (ActiveX controls, etc.) that could be brought to bear.

&gt;&gt;...set a Low-level Windows API hook, and to handle the Windows messages...

Oh, I hope it&#039;s not that scary.</description>
		<content:encoded><![CDATA[<p>Andreas -</p>
<p>>>Not having this extra click in a dashboard would make the whole<br />
selection, navigation user experience much smoother.</p>
<p>Very true. I usually envision this kind of interactive activity in a more intensive view than a dashboard, but it could also be part of a dashboard. I wonder if there are mouseover events of other objects (ActiveX controls, etc.) that could be brought to bear.</p>
<p>>>&#8230;set a Low-level Windows API hook, and to handle the Windows messages&#8230;</p>
<p>Oh, I hope it&#8217;s not that scary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Lipphardt</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-2879</link>
		<dc:creator>Andreas Lipphardt</dc:creator>
		<pubDate>Thu, 14 Aug 2008 14:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-2879</guid>
		<description>Jon,

&gt;&gt;not sure this “extra click” is really a problem
Not having this extra click in a dashboard would make the whole 
selection, navigation user experience much smoother. 

&gt;&gt;I don&#039;t know how to make the chart respond to events without it being active
I fear then the only way to do this is to set a Low-level Windows API hook,
and to handle the Windows messages and activate the chart when the mouse is over the charts area. 

Andreas</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>&gt;&gt;not sure this “extra click” is really a problem<br />
Not having this extra click in a dashboard would make the whole<br />
selection, navigation user experience much smoother. </p>
<p>&gt;&gt;I don&#8217;t know how to make the chart respond to events without it being active<br />
I fear then the only way to do this is to set a Low-level Windows API hook,<br />
and to handle the Windows messages and activate the chart when the mouse is over the charts area. </p>
<p>Andreas</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-2877</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 14 Aug 2008 14:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-2877</guid>
		<description>Andreas -

There are two senses in which you have to &quot;activate&quot; the chart. In one sense you have to make the chart the active chart. I don&#039;t know how to make the chart respond to events without it being active. I&#039;m also not sure this &quot;extra click&quot; is really a problem.

In the other sense you have to assign the chart to the code that makes the chart respond to events. You can make this automatic, using more code of course that instructs Excel to activate any chart in the active sheet whenever a sheet is activated. The technique works fine, and it is described in my article &lt;a title=&quot;Chart Events in Microsoft Excel (Computor Companion article)&quot; href=&quot;http://www.computorcompanion.com/LPMArticle.asp?ID=221&quot; rel=&quot;nofollow&quot;&gt;Chart Events in Microsoft Excel&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Andreas -</p>
<p>There are two senses in which you have to &#8220;activate&#8221; the chart. In one sense you have to make the chart the active chart. I don&#8217;t know how to make the chart respond to events without it being active. I&#8217;m also not sure this &#8220;extra click&#8221; is really a problem.</p>
<p>In the other sense you have to assign the chart to the code that makes the chart respond to events. You can make this automatic, using more code of course that instructs Excel to activate any chart in the active sheet whenever a sheet is activated. The technique works fine, and it is described in my article <a title="Chart Events in Microsoft Excel (Computor Companion article)" href="http://www.computorcompanion.com/LPMArticle.asp?ID=221" rel="nofollow">Chart Events in Microsoft Excel</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Lipphardt</title>
		<link>http://peltiertech.com/WordPress/chart-event-to-highlight-a-series/comment-page-1/#comment-2876</link>
		<dc:creator>Andreas Lipphardt</dc:creator>
		<pubDate>Thu, 14 Aug 2008 13:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=286#comment-2876</guid>
		<description>&gt;&gt;but you have to activate the chart, in order to make Excel handle your events, 

Is there a way to workaround this?

Thanks,

Andreas</description>
		<content:encoded><![CDATA[<p>&gt;&gt;but you have to activate the chart, in order to make Excel handle your events, </p>
<p>Is there a way to workaround this?</p>
<p>Thanks,</p>
<p>Andreas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
