<?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: How can I add labels to a WPF pie chart? &#8211; Implementation details</title>
	<atom:link href="http://bea.stollnitz.com/blog/?feed=rss2&#038;p=363" rel="self" type="application/rss+xml" />
	<link>http://bea.stollnitz.com/blog/?p=363</link>
	<description>on Silverlight and WPF</description>
	<lastBuildDate>Mon, 02 Aug 2010 17:57:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-185278</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-185278</guid>
		<description>Hi,

You can try to add the events by using EventSetters in the styles for PieDataPoints.
Alternatively, there are locations in the source code for the pie labels where I have access to the actual PieDataPoints (such as in the IsLabeledPropertyChanged method) and that can be used to add the event handler programatically.

Hope this helps.
Bea</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can try to add the events by using EventSetters in the styles for PieDataPoints.<br />
Alternatively, there are locations in the source code for the pie labels where I have access to the actual PieDataPoints (such as in the IsLabeledPropertyChanged method) and that can be used to add the event handler programatically.</p>
<p>Hope this helps.<br />
Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bea</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-184980</link>
		<dc:creator>Bea</dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-184980</guid>
		<description>Hi Ritu,

If you&#039;re using the latest version of the toolkit, the code I have in this post may not work correctly. There were some breaking changes and some new features (such as unsealing the classes I needed) that allow the code here to be a lot simpler (you can read more about that in &lt;a href=&quot;http://blogs.msdn.com/delay/archive/2009/10/19/silverlight-and-wpf-data-visualization-classes-unsealed-silverlight-toolkit-october-2009-release-now-available.aspx&quot; rel=&quot;nofollow&quot;&gt;David&#039;s blog&lt;/a&gt;). I plan to update this code to the latest toolkit and blog about it - just haven&#039;t had a chance to get to that yet.

So, it may be that the issues you&#039;re having in VB are also present in C#. If they&#039;re unrelated, then I&#039;m afraid I&#039;m not a VB expert, so I&#039;m not the best person to help you.

Stay tuned for an updated version of this code.

Bea</description>
		<content:encoded><![CDATA[<p>Hi Ritu,</p>
<p>If you&#8217;re using the latest version of the toolkit, the code I have in this post may not work correctly. There were some breaking changes and some new features (such as unsealing the classes I needed) that allow the code here to be a lot simpler (you can read more about that in <a href="http://blogs.msdn.com/delay/archive/2009/10/19/silverlight-and-wpf-data-visualization-classes-unsealed-silverlight-toolkit-october-2009-release-now-available.aspx" rel="nofollow">David&#8217;s blog</a>). I plan to update this code to the latest toolkit and blog about it &#8211; just haven&#8217;t had a chance to get to that yet.</p>
<p>So, it may be that the issues you&#8217;re having in VB are also present in C#. If they&#8217;re unrelated, then I&#8217;m afraid I&#8217;m not a VB expert, so I&#8217;m not the best person to help you.</p>
<p>Stay tuned for an updated version of this code.</p>
<p>Bea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rg</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-183271</link>
		<dc:creator>rg</dc:creator>
		<pubDate>Mon, 11 Jan 2010 16:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-183271</guid>
		<description>Looks very slick. Nice!

Little question. Ever come across code to add a dragenter event to a piedatapoint slice? Or else, a way to enumerate through all the piedatapoints. Stupidly enough there&#039;s a LegendItems collection and an Itemsource to get to the bound data, but not a collection for the created pie slices (or I must be the one being stupid....)

Anyway...thanks a lot in any case for this lovely example of changing the pie.</description>
		<content:encoded><![CDATA[<p>Looks very slick. Nice!</p>
<p>Little question. Ever come across code to add a dragenter event to a piedatapoint slice? Or else, a way to enumerate through all the piedatapoints. Stupidly enough there&#8217;s a LegendItems collection and an Itemsource to get to the bound data, but not a collection for the created pie slices (or I must be the one being stupid&#8230;.)</p>
<p>Anyway&#8230;thanks a lot in any case for this lovely example of changing the pie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritu</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-179481</link>
		<dc:creator>Ritu</dc:creator>
		<pubDate>Tue, 22 Dec 2009 06:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-179481</guid>
		<description>This article is very nice. But when i tried to convert it into VB.Net then faced problems and still vb.net version is not working properly. May be the reasons while converting I would have missed something. Will you please help me.</description>
		<content:encoded><![CDATA[<p>This article is very nice. But when i tried to convert it into VB.Net then faced problems and still vb.net version is not working properly. May be the reasons while converting I would have missed something. Will you please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaud</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-162723</link>
		<dc:creator>michaud</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-162723</guid>
		<description>Darn, you&#039;re good... ;)</description>
		<content:encoded><![CDATA[<p>Darn, you&#8217;re good&#8230; ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexc</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-162714</link>
		<dc:creator>alexc</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-162714</guid>
		<description>What a good article!
Wait for the next post 2 Silverlight.</description>
		<content:encoded><![CDATA[<p>What a good article!<br />
Wait for the next post 2 Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reno</title>
		<link>http://bea.stollnitz.com/blog/?p=363&#038;cpage=1#comment-162701</link>
		<dc:creator>reno</dc:creator>
		<pubDate>Tue, 08 Sep 2009 03:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://bea.stollnitz.com/blog/?p=363#comment-162701</guid>
		<description>Very cool.  I&#039;m using this to start learning WPF again after a brief hiatus.</description>
		<content:encoded><![CDATA[<p>Very cool.  I&#8217;m using this to start learning WPF again after a brief hiatus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
