<?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: Getting started with Metro Elements: Chart controls</title>
	<atom:link href="http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/</link>
	<description>The official blog of Mindscape</description>
	<lastBuildDate>Fri, 03 May 2013 12:47:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Shashank</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-171184</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Wed, 13 Feb 2013 05:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-171184</guid>
		<description><![CDATA[Thanks Jason, it worked]]></description>
		<content:encoded><![CDATA[<p>Thanks Jason, it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-171179</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 12 Feb 2013 21:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-171179</guid>
		<description><![CDATA[Hello Shashank

Yes, this can be done: On your PieSeries, set the LabelBinding property to let the series know what you want to be displayed in the label. If you are using StringDouble as your data items, you would use LabelBinding=&quot;{Binding String}&quot;. Or if you are using your own data point objects, you can set the binding to the appropriate property on your objects that holds the label.

Next set the PieSeries.ShowDataLabels property to true to actually allow the labels to be displayed. You can customize the positions of the labels in two ways: Either set ShowDataLabelLines to true to display the labels outside the pie chart with lines connecting the labels to the appropriate slice, or set DataLabelOffsetFactor to position the label within the pie slices. 0.5 for example will place the labels in the center of each slice.

Finally, make sure to set PieChart.LegendPosition to None to hide the legend.

Optionally, you can set the PieSeries.DataLabelStyle property to customize the look of the labels.]]></description>
		<content:encoded><![CDATA[<p>Hello Shashank</p>
<p>Yes, this can be done: On your PieSeries, set the LabelBinding property to let the series know what you want to be displayed in the label. If you are using StringDouble as your data items, you would use LabelBinding=&#8221;{Binding String}&#8221;. Or if you are using your own data point objects, you can set the binding to the appropriate property on your objects that holds the label.</p>
<p>Next set the PieSeries.ShowDataLabels property to true to actually allow the labels to be displayed. You can customize the positions of the labels in two ways: Either set ShowDataLabelLines to true to display the labels outside the pie chart with lines connecting the labels to the appropriate slice, or set DataLabelOffsetFactor to position the label within the pie slices. 0.5 for example will place the labels in the center of each slice.</p>
<p>Finally, make sure to set PieChart.LegendPosition to None to hide the legend.</p>
<p>Optionally, you can set the PieSeries.DataLabelStyle property to customize the look of the labels.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-171177</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Tue, 12 Feb 2013 18:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-171177</guid>
		<description><![CDATA[I mean to say, something like this http://www.bbc.co.uk/bitesize/ks3/maths/images/pie_chart1.gif]]></description>
		<content:encoded><![CDATA[<p>I mean to say, something like this <a href="http://www.bbc.co.uk/bitesize/ks3/maths/images/pie_chart1.gif" rel="nofollow">http://www.bbc.co.uk/bitesize/ks3/maths/images/pie_chart1.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-171176</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Tue, 12 Feb 2013 18:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-171176</guid>
		<description><![CDATA[Hi Jason,

First of all thanks, it was too ease to work on with it.

Is there any way so that the item names can be displayed corresponding to pie chart slices rather that on right side of the chart?

Looking forward for your help.

Thanks &amp; Regards,]]></description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>First of all thanks, it was too ease to work on with it.</p>
<p>Is there any way so that the item names can be displayed corresponding to pie chart slices rather that on right side of the chart?</p>
<p>Looking forward for your help.</p>
<p>Thanks &amp; Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-170967</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 21 Jan 2013 21:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-170967</guid>
		<description><![CDATA[Hello Simon

I have double checked and can see the StringDouble class does exist. It is in the Mindscape.MetroElements.Charting namespace.]]></description>
		<content:encoded><![CDATA[<p>Hello Simon</p>
<p>I have double checked and can see the StringDouble class does exist. It is in the Mindscape.MetroElements.Charting namespace.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-170935</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 18 Jan 2013 08:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-170935</guid>
		<description><![CDATA[Hello,
actually there is no type called &quot;StringDouble&quot; ?]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
actually there is no type called &#8220;StringDouble&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-169127</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 13 Sep 2012 01:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-169127</guid>
		<description><![CDATA[Hello Tenshiko

Thanks for your feedback. We will definitely be resolving the design time issues during the beta period. I&#039;ll make sure my next tutorial blog is about area series and styling customizations.

Jason]]></description>
		<content:encoded><![CDATA[<p>Hello Tenshiko</p>
<p>Thanks for your feedback. We will definitely be resolving the design time issues during the beta period. I&#8217;ll make sure my next tutorial blog is about area series and styling customizations.</p>
<p>Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tenshiko</title>
		<link>http://www.mindscapehq.com/blog/index.php/2012/09/04/getting-started-with-metro-elements-chart-controls/comment-page-1/#comment-169118</link>
		<dc:creator>Tenshiko</dc:creator>
		<pubDate>Wed, 12 Sep 2012 08:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscapehq.com/blog/?p=5446#comment-169118</guid>
		<description><![CDATA[Hi!

First of all, congrats guys, this is really easy to use!

Although I&#039;d like to see some posts about the AreaSeries and especially about how to style these charts. 
Sadly nor VisualStudio neither Blend can display the Beta controls on my PC (because of an OutOfMemoryException). And it makes it hard to customize them. :(

thanks,
Tenshiko]]></description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>First of all, congrats guys, this is really easy to use!</p>
<p>Although I&#8217;d like to see some posts about the AreaSeries and especially about how to style these charts.<br />
Sadly nor VisualStudio neither Blend can display the Beta controls on my PC (because of an OutOfMemoryException). And it makes it hard to customize them. :(</p>
<p>thanks,<br />
Tenshiko</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (Requested URI is rejected)
Database Caching 6/20 queries in 0.017 seconds using disk: basic

 Served from: www.mindscapehq.com @ 2013-05-21 03:44:18 by W3 Total Cache -->