<?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: Placing Chart Data Labels</title>
	<atom:link href="http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 15 May 2013 18:27:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Andy Pope</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-87760</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Wed, 14 Nov 2012 15:48:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-87760</guid>
		<description><![CDATA[@macutan,

Prior to xl2013 data labels have no Width or Height property you can alter, either manually or with code.
So no you can not force single line text.

The only alternative is to use textbox shapes.]]></description>
		<content:encoded><![CDATA[<p>@macutan,</p>
<p>Prior to xl2013 data labels have no Width or Height property you can alter, either manually or with code.<br />
So no you can not force single line text.</p>
<p>The only alternative is to use textbox shapes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macutan</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-87759</link>
		<dc:creator>macutan</dc:creator>
		<pubDate>Wed, 14 Nov 2012 14:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-87759</guid>
		<description><![CDATA[One last question, is there a property on the .datalabel where I can force the data label to be on one line (as opposed to wrapping into multiple lines).]]></description>
		<content:encoded><![CDATA[<p>One last question, is there a property on the .datalabel where I can force the data label to be on one line (as opposed to wrapping into multiple lines).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macutan</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-87746</link>
		<dc:creator>macutan</dc:creator>
		<pubDate>Tue, 13 Nov 2012 21:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-87746</guid>
		<description><![CDATA[I replaced that line with 

    Set cht = ActiveSheet.ChartObjects(1).Chart

and it worked, thanks again for this post. very sleek]]></description>
		<content:encoded><![CDATA[<p>I replaced that line with </p>
<p>    Set cht = ActiveSheet.ChartObjects(1).Chart</p>
<p>and it worked, thanks again for this post. very sleek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macutan</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-87745</link>
		<dc:creator>macutan</dc:creator>
		<pubDate>Tue, 13 Nov 2012 20:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-87745</guid>
		<description><![CDATA[Hey guys, not very experienced with VBA here.  I am getting a Run-Time error &#039;424&#039; on the following line

Set cht = wshInventory.ChartObjects(1).Chart

I am using excel 2003.]]></description>
		<content:encoded><![CDATA[<p>Hey guys, not very experienced with VBA here.  I am getting a Run-Time error &#8217;424&#8242; on the following line</p>
<p>Set cht = wshInventory.ChartObjects(1).Chart</p>
<p>I am using excel 2003.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MSimms</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-87501</link>
		<dc:creator>MSimms</dc:creator>
		<pubDate>Mon, 05 Nov 2012 13:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-87501</guid>
		<description><![CDATA[Dick - why not have an option for the name and value placement ?
Leonid makes a great point: you can&#039;t assume the last data points are going to show a nice separation.]]></description>
		<content:encoded><![CDATA[<p>Dick &#8211; why not have an option for the name and value placement ?<br />
Leonid makes a great point: you can&#8217;t assume the last data points are going to show a nice separation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonid</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-86818</link>
		<dc:creator>Leonid</dc:creator>
		<pubDate>Thu, 01 Nov 2012 18:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-86818</guid>
		<description><![CDATA[What if the last values of multiple series are the same or too close to each other?
I like a design often used in WSJ charts where series labels (or labels+values) in the legend are ordered by last values rankage and colored according to the series colors.
Charley Kyd suggested one of the ways to do it in Excel with custom legend and without VBA.]]></description>
		<content:encoded><![CDATA[<p>What if the last values of multiple series are the same or too close to each other?<br />
I like a design often used in WSJ charts where series labels (or labels+values) in the legend are ordered by last values rankage and colored according to the series colors.<br />
Charley Kyd suggested one of the ways to do it in Excel with custom legend and without VBA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Kusleika</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-86814</link>
		<dc:creator>Dick Kusleika</dc:creator>
		<pubDate>Thu, 01 Nov 2012 14:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-86814</guid>
		<description><![CDATA[Hey, that&#039;s not too bad

&lt;img src=&quot;/blogpix/ChartDataLabelPlacementEnd.gif&quot; height=&quot;372&quot; width=&quot;361&quot; alt=&quot;&quot; /&gt;


I think I prefer it the other way, visually, but at about 1/3 of the code and no chance of bumping into each other, the trade-off is probably worth it.]]></description>
		<content:encoded><![CDATA[<p>Hey, that&#8217;s not too bad</p>
<p><img src="/blogpix/ChartDataLabelPlacementEnd.gif" height="372" width="361" alt="" /></p>
<p>I think I prefer it the other way, visually, but at about 1/3 of the code and no chance of bumping into each other, the trade-off is probably worth it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Pope</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-86809</link>
		<dc:creator>Andy Pope</dc:creator>
		<pubDate>Thu, 01 Nov 2012 09:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-86809</guid>
		<description><![CDATA[Why not have the last data label show both name and value?]]></description>
		<content:encoded><![CDATA[<p>Why not have the last data label show both name and value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MSimms</title>
		<link>http://dailydoseofexcel.com/archives/2012/10/30/placing-chart-data-labels/#comment-86799</link>
		<dc:creator>MSimms</dc:creator>
		<pubDate>Wed, 31 Oct 2012 18:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=7529#comment-86799</guid>
		<description><![CDATA[Very slick and useful.]]></description>
		<content:encoded><![CDATA[<p>Very slick and useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
