<?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: Legend Entry Tricks in Excel Charts</title>
	<atom:link href="http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/</link>
	<description>PTS Excel Charts and Tutorials Blog</description>
	<lastBuildDate>Sat, 21 Nov 2009 04:01:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</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/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-20482</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Tue, 13 Oct 2009 11:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-20482</guid>
		<description>Paul -

This requires VBA to add and remove the series from the chart, or to apply an autofilter that hides rows without data (Excel&#039;s default is to skip plotting of hidden data). The other option is to skip the legend but label the series directly, as in &lt;a href=&quot;http://peltiertech.com/WordPress/label-each-series-in-a-chart/&quot; title=&quot;Label Each Series in a Chart &#124; PTS Blog&quot; rel=&quot;nofollow&quot;&gt;Label Each Series in a Chart&lt;/a&gt; and &lt;a href=&quot;http://peltiertech.com/WordPress/label-last-point-for-excel-2007/&quot; title=&quot;Label Last Point for Excel 2007&quot; rel=&quot;nofollow&quot;&gt;Label Last Point for Excel 2007&lt;/a&gt;. When the series is suppressed, so is its label.</description>
		<content:encoded><![CDATA[<p>Paul -</p>
<p>This requires VBA to add and remove the series from the chart, or to apply an autofilter that hides rows without data (Excel&#8217;s default is to skip plotting of hidden data). The other option is to skip the legend but label the series directly, as in <a href="http://peltiertech.com/WordPress/label-each-series-in-a-chart/" title="Label Each Series in a Chart | PTS Blog" rel="nofollow">Label Each Series in a Chart</a> and <a href="http://peltiertech.com/WordPress/label-last-point-for-excel-2007/" title="Label Last Point for Excel 2007" rel="nofollow">Label Last Point for Excel 2007</a>. When the series is suppressed, so is its label.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-20475</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 13 Oct 2009 08:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-20475</guid>
		<description>Hello Jon, I am rather confused about something I thought maybe simple to do that is proving not and I am hoping from having read your articles here that you maybe able to assist.

When creating a simple line chart, I have 5 series of data, to the left of the chart is an area (using data validation by list) which allows the user to choose what they want to appear on the chart. This is done by 5 drop down boxes.

If the user chooses a blank because they only want to show for example 4 series of data then choosing the blank obviously removes the data from the graph. However it still leaves the series line in the legend. So what I need to try and find out is how to remove the line series when a blank is selected and if something is selected then to put the series line back into the legend.......any ideas ?</description>
		<content:encoded><![CDATA[<p>Hello Jon, I am rather confused about something I thought maybe simple to do that is proving not and I am hoping from having read your articles here that you maybe able to assist.</p>
<p>When creating a simple line chart, I have 5 series of data, to the left of the chart is an area (using data validation by list) which allows the user to choose what they want to appear on the chart. This is done by 5 drop down boxes.</p>
<p>If the user chooses a blank because they only want to show for example 4 series of data then choosing the blank obviously removes the data from the graph. However it still leaves the series line in the legend. So what I need to try and find out is how to remove the line series when a blank is selected and if something is selected then to put the series line back into the legend&#8230;&#8230;.any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10172</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 12 Feb 2009 13:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10172</guid>
		<description>Derek -

I love this out-of-the-box stuff. &lt;a href=&quot;http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html&quot; rel=&quot;nofollow&quot;&gt;Panel charts&lt;/a&gt; are out-of-the-box, and I&#039;ve reached further out to use dummy series each with one point and a data label to construct a custom legend in the corner of each panel.

The dummy bubble series is helpful to make sure the bubble sizes are consistent from one chart to the next. Make a bubble with the largest value you&#039;d expect in any of the charts and add it to all charts. This largest bubble scales all the bobbles in the charts. I wrote about this in &lt;a href=&quot;ControlBubbleSizes.html&quot; rel=&quot;nofollow&quot;&gt;Control Bubble Chart Bubble Sizes&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Derek -</p>
<p>I love this out-of-the-box stuff. <a href="http://peltiertech.com/Excel/ChartsHowTo/PanelUnevenScales.html" rel="nofollow">Panel charts</a> are out-of-the-box, and I&#8217;ve reached further out to use dummy series each with one point and a data label to construct a custom legend in the corner of each panel.</p>
<p>The dummy bubble series is helpful to make sure the bubble sizes are consistent from one chart to the next. Make a bubble with the largest value you&#8217;d expect in any of the charts and add it to all charts. This largest bubble scales all the bobbles in the charts. I wrote about this in <a href="ControlBubbleSizes.html" rel="nofollow">Control Bubble Chart Bubble Sizes</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10169</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 12 Feb 2009 12:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10169</guid>
		<description>So obvious now you mention it! 

One other technique you (and Matt) might be interested in that I&#039;ve used in the past is extra data series, for scatter charts or bubble charts. This was for when I wanted: 

a) to comment on the meaning of error bars in a scatter chart. Making extra series lets me show and label a sample set of error bars. 

b) to give a scale to bubble charts. Two or three sample bubbles would be labelled with their sizes, to enable the viewer to interpret the bubbles in the chart. 

c) where I&#039;ve used data labels instead of Excel symbols in scatter charts. Data labels can be much more complex in meaning than the small simplistic set of symbols available in Excel. But then I have to craft a custom legend for them. 

d) as above, but where I&#039;ve resorted to Autoshape drawings as symbols. This is fraught with potential for inaccuracy the way Excel draws shapes, but where I feel confident it works, I want a way to show the legend. Excel&#039;s own legend facility produces awful squashed things in place of the proper shapes.</description>
		<content:encoded><![CDATA[<p>So obvious now you mention it! </p>
<p>One other technique you (and Matt) might be interested in that I&#8217;ve used in the past is extra data series, for scatter charts or bubble charts. This was for when I wanted: </p>
<p>a) to comment on the meaning of error bars in a scatter chart. Making extra series lets me show and label a sample set of error bars. </p>
<p>b) to give a scale to bubble charts. Two or three sample bubbles would be labelled with their sizes, to enable the viewer to interpret the bubbles in the chart. </p>
<p>c) where I&#8217;ve used data labels instead of Excel symbols in scatter charts. Data labels can be much more complex in meaning than the small simplistic set of symbols available in Excel. But then I have to craft a custom legend for them. </p>
<p>d) as above, but where I&#8217;ve resorted to Autoshape drawings as symbols. This is fraught with potential for inaccuracy the way Excel draws shapes, but where I feel confident it works, I want a way to show the legend. Excel&#8217;s own legend facility produces awful squashed things in place of the proper shapes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10160</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 12 Feb 2009 11:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10160</guid>
		<description>I&#039;ve done this the same as the dual legend trick. Say four charts have the same series, but look at different parameters. A 2 x 2 layout of charts is good, but four legends is overkill. So I make a fifth chart with all the series, but scale the axes so the data doesn&#039;t appear, and hide all the other chart elements. This produces just a legend, which I move into the center of the layout.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve done this the same as the dual legend trick. Say four charts have the same series, but look at different parameters. A 2 x 2 layout of charts is good, but four legends is overkill. So I make a fifth chart with all the series, but scale the axes so the data doesn&#8217;t appear, and hide all the other chart elements. This produces just a legend, which I move into the center of the layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10156</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 12 Feb 2009 10:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10156</guid>
		<description>One headache I have regularly that y&#039;all might be able to give me some ideas about is the opposite of multiple legends in one graph: one legend for multiple graphs. On one level it&#039;s as easy as deleting the legends from all but one graph, but that&#039;s often visually unbalanced.  I sometimes end up creating a picture object to sit in a convenient spot in the middle of the group.</description>
		<content:encoded><![CDATA[<p>One headache I have regularly that y&#8217;all might be able to give me some ideas about is the opposite of multiple legends in one graph: one legend for multiple graphs. On one level it&#8217;s as easy as deleting the legends from all but one graph, but that&#8217;s often visually unbalanced.  I sometimes end up creating a picture object to sit in a convenient spot in the middle of the group.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10142</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 12 Feb 2009 03:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10142</guid>
		<description>Matt -

Lots of ways to skin a cat. Textboxes are pretty flexible, but a legend entry can be equally dynamic. Put the formula into the cell referenced as the series name.</description>
		<content:encoded><![CDATA[<p>Matt -</p>
<p>Lots of ways to skin a cat. Textboxes are pretty flexible, but a legend entry can be equally dynamic. Put the formula into the cell referenced as the series name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Healy</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10139</link>
		<dc:creator>Matt Healy</dc:creator>
		<pubDate>Thu, 12 Feb 2009 03:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10139</guid>
		<description>One of my favorite tricks is to use one or more Text Box objects instead of legends on top of a Chart, because Text Boxes are much more flexible.  Not only can they be formatted however one desires, but also a Text Box can have DYNAMIC content.  Click on the Text Box, then type a cell reference into the Formula Bar and the value of that cell will be displayed in the Text Box, and then of course any formula one desires can go into that cell.  I like to use Forms widgets like spinners or scrollbars in conjunction with OFFSET formulas so the contents of the Text Box change automagically.</description>
		<content:encoded><![CDATA[<p>One of my favorite tricks is to use one or more Text Box objects instead of legends on top of a Chart, because Text Boxes are much more flexible.  Not only can they be formatted however one desires, but also a Text Box can have DYNAMIC content.  Click on the Text Box, then type a cell reference into the Formula Bar and the value of that cell will be displayed in the Text Box, and then of course any formula one desires can go into that cell.  I like to use Forms widgets like spinners or scrollbars in conjunction with OFFSET formulas so the contents of the Text Box change automagically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10107</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10107</guid>
		<description>Derek -

If everything&#039;s hidden, it will stay hidden. If a plot area is still visible, but behind the other chart&#039;s plot area, any number of things may happen that cause the lower one to be seen.

Besides, your way won&#039;t let you place both legends in front of the plot area the way my example shows.</description>
		<content:encoded><![CDATA[<p>Derek -</p>
<p>If everything&#8217;s hidden, it will stay hidden. If a plot area is still visible, but behind the other chart&#8217;s plot area, any number of things may happen that cause the lower one to be seen.</p>
<p>Besides, your way won&#8217;t let you place both legends in front of the plot area the way my example shows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://peltiertech.com/WordPress/legend-entry-tricks-in-excel-charts/comment-page-1/#comment-10105</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Wed, 11 Feb 2009 17:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=1490#comment-10105</guid>
		<description>Would it not be easier to have the top chart with no graph area border or fill, but a solid plot area, and the bottom chart with a solid border and fill, but a slightly smaller plot area hidden under the plot area of the top chart? No deleting of everything required, just shrinking the one chart plot area until it&#039;s completely hidden under the other. The bottom legend must stay away from the top plot area, though.</description>
		<content:encoded><![CDATA[<p>Would it not be easier to have the top chart with no graph area border or fill, but a solid plot area, and the bottom chart with a solid border and fill, but a slightly smaller plot area hidden under the plot area of the top chart? No deleting of everything required, just shrinking the one chart plot area until it&#8217;s completely hidden under the other. The bottom legend must stay away from the top plot area, though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
