<?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: Label Each Series in a Chart</title>
	<atom:link href="http://peltiertech.com/WordPress/label-each-series-in-a-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/</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: Anonymous</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-128431</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 09 Sep 2011 08:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-128431</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coach</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-55729</link>
		<dc:creator>Coach</dc:creator>
		<pubDate>Tue, 21 Dec 2010 08:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-55729</guid>
		<description>Hi Jon... I have a question related somewhat to this post and couldn&#039;t find a solution.. hoping you can help please!

I&#039;ve created a &#039;concentric&#039; donut chart in Excel 2003 and have placed labels next to the outermost donut - the labels are dynamic. The user completes a form, there is some sorting of data and the updated donut appears fine. The issue is that the labels are roughly in the same area (and near the correct donut segment) but have to be adjusted manually each time.. the donut is always the same size and the same number of segments.. is there any way I can get the data labels to stay in exactly the same place each time? 

Have tried everything I can think of including padding the data labels with the same number of characters but they still appear in different locations each time... I would appreciate any suggestions you might have please!!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jon&#8230; I have a question related somewhat to this post and couldn&#8217;t find a solution.. hoping you can help please!</p>
<p>I&#8217;ve created a &#8216;concentric&#8217; donut chart in Excel 2003 and have placed labels next to the outermost donut &#8211; the labels are dynamic. The user completes a form, there is some sorting of data and the updated donut appears fine. The issue is that the labels are roughly in the same area (and near the correct donut segment) but have to be adjusted manually each time.. the donut is always the same size and the same number of segments.. is there any way I can get the data labels to stay in exactly the same place each time? </p>
<p>Have tried everything I can think of including padding the data labels with the same number of characters but they still appear in different locations each time&#8230; I would appreciate any suggestions you might have please!!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-52604</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 08 Dec 2010 14:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-52604</guid>
		<description>I haven&#039;t used 2010 enough to know about this problem. I suspect that it isn&#039;t new to 2010, though, because it reminds me of some 2007 frustrations.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t used 2010 enough to know about this problem. I suspect that it isn&#8217;t new to 2010, though, because it reminds me of some 2007 frustrations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JvdB</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-52529</link>
		<dc:creator>JvdB</dc:creator>
		<pubDate>Wed, 08 Dec 2010 07:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-52529</guid>
		<description>Hi Jon,

I discoverd a &#039;feature&#039; in Excel 2010 when labeling series and combining charts, which wasn&#039;t there in Excel 2002. After a lot of searching the www, I still have not found the solution.

The following occurs in 2010:

When creating 2 different charts on a worksheet, and giving some points of the series in each chart one or more data labels, the labels of the copied to chart will disappear when copying one chart in to the other one. (in 2002 the labels did not disappear) (both scatter plots)

(i have 20 charts, with more than 10 series each, which i all want to combine into 1 single chart, its a kind of overview of objects postioned on a surface, so no lines)

Is there a simple work around or do i have to write some VBA code to bypass this new &#039;feature&#039;...</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I discoverd a &#8216;feature&#8217; in Excel 2010 when labeling series and combining charts, which wasn&#8217;t there in Excel 2002. After a lot of searching the www, I still have not found the solution.</p>
<p>The following occurs in 2010:</p>
<p>When creating 2 different charts on a worksheet, and giving some points of the series in each chart one or more data labels, the labels of the copied to chart will disappear when copying one chart in to the other one. (in 2002 the labels did not disappear) (both scatter plots)</p>
<p>(i have 20 charts, with more than 10 series each, which i all want to combine into 1 single chart, its a kind of overview of objects postioned on a surface, so no lines)</p>
<p>Is there a simple work around or do i have to write some VBA code to bypass this new &#8216;feature&#8217;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-49983</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Wed, 24 Nov 2010 22:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-49983</guid>
		<description>Ian -

If the cell containing the value is formatted using a custom number format that shows the units, the label will also show the units.</description>
		<content:encoded><![CDATA[<p>Ian -</p>
<p>If the cell containing the value is formatted using a custom number format that shows the units, the label will also show the units.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://peltiertech.com/WordPress/label-each-series-in-a-chart/comment-page-1/#comment-49967</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 24 Nov 2010 21:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://peltiertech.com/WordPress/?p=714#comment-49967</guid>
		<description>Hi, I have a dynamic chart using your Label Last Point, is there any way to put the values units after the value, as you would do with format - number - custom.

Any Help would be appreciated

Ian</description>
		<content:encoded><![CDATA[<p>Hi, I have a dynamic chart using your Label Last Point, is there any way to put the values units after the value, as you would do with format &#8211; number &#8211; custom.</p>
<p>Any Help would be appreciated</p>
<p>Ian</p>
]]></content:encoded>
	</item>
</channel>
</rss>

