<?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: Exploding wedges in a Flex PieChart control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 14:19:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-8542</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 09 Nov 2010 17:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-8542</guid>
		<description>Vijay, you are a lifesaver!</description>
		<content:encoded><![CDATA[<p>Vijay, you are a lifesaver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Anand Mareddy</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-7053</link>
		<dc:creator>Vijay Anand Mareddy</dc:creator>
		<pubDate>Thu, 18 Feb 2010 21:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-7053</guid>
		<description>Just an FYI for using  &lt;b&gt;selectionMode&lt;/b&gt;, I had encountered the following error when i set the &lt;b&gt;selectionMode&lt;/b&gt;
&lt;b&gt; cannot convert mx.charts.events::ChartItemEvent to mx.events.IndexChangedEvent&lt;/b&gt;
I avoided it by setting the following 
 change=&quot;event.stopImmediatePropagation()&quot;</description>
		<content:encoded><![CDATA[<p>Just an FYI for using  <b>selectionMode</b>, I had encountered the following error when i set the <b>selectionMode</b><br />
<b> cannot convert mx.charts.events::ChartItemEvent to mx.events.IndexChangedEvent</b><br />
I avoided it by setting the following<br />
 change=&#8221;event.stopImmediatePropagation()&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-6167</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-6167</guid>
		<description>Thanks a lot Peter..

This is what I;m looking for..</description>
		<content:encoded><![CDATA[<p>Thanks a lot Peter..</p>
<p>This is what I;m looking for..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Classen</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-1822</link>
		<dc:creator>Benjamin Classen</dc:creator>
		<pubDate>Wed, 09 Jul 2008 19:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-1822</guid>
		<description>To Tony:

I found that the inclusion of &lt;code&gt;selectionMode=&quot;single&quot;&lt;/code&gt; for the pie chart allows the &quot;hover&quot; or &quot;roll over&quot; effect to occur. So without that property (or is it style?) the pie chart does not have that effect.

As to the second part about modifying the effect I am unsure. As a 2nd day Flex programmer I am trying to solve that problem right now. My intuition is leading me to the properties (or are they styles?) &lt;code&gt;itemRollOver&lt;/code&gt; and &lt;code&gt;itemRollOut&lt;/code&gt; with an effect such as fade.

I will be eagerly awaiting any guidance or will post additional information as I uncover it.

Thanks Peter!
Benjamin</description>
		<content:encoded><![CDATA[<p>To Tony:</p>
<p>I found that the inclusion of <code>selectionMode="single"</code> for the pie chart allows the &#8220;hover&#8221; or &#8220;roll over&#8221; effect to occur. So without that property (or is it style?) the pie chart does not have that effect.</p>
<p>As to the second part about modifying the effect I am unsure. As a 2nd day Flex programmer I am trying to solve that problem right now. My intuition is leading me to the properties (or are they styles?) <code>itemRollOver</code> and <code>itemRollOut</code> with an effect such as fade.</p>
<p>I will be eagerly awaiting any guidance or will post additional information as I uncover it.</p>
<p>Thanks Peter!<br />
Benjamin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Morsey</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-1823</link>
		<dc:creator>Tony Morsey</dc:creator>
		<pubDate>Wed, 09 Jul 2008 15:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-1823</guid>
		<description>I have a related question.  What controls the effect of the colors changing on hover-over and itemclick on this pie chart?  Is there a way to turn this effect off and only show the true/defined color of the pie slice?

Thanks!!

Tony</description>
		<content:encoded><![CDATA[<p>I have a related question.  What controls the effect of the colors changing on hover-over and itemclick on this pie chart?  Is there a way to turn this effect off and only show the true/defined color of the pie slice?</p>
<p>Thanks!!</p>
<p>Tony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-1821</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Wed, 21 Nov 2007 18:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-1821</guid>
		<description>DaRk6,

I just found this out last night. Check out &lt;a href=&quot;http://raghuonflex.wordpress.com/2007/11/20/creating-exploding-pie-slices-in-flex/&quot; rel=&quot;nofollow&quot;&gt;&quot;Creating Exploding Pie Slices in Flex&quot;&lt;/a&gt; and check out the Application/Source at the bottom.

Peter</description>
		<content:encoded><![CDATA[<p>DaRk6,</p>
<p>I just found this out last night. Check out <a href="http://raghuonflex.wordpress.com/2007/11/20/creating-exploding-pie-slices-in-flex/" rel="nofollow">&#8220;Creating Exploding Pie Slices in Flex&#8221;</a> and check out the Application/Source at the bottom.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ÐâŖк6</title>
		<link>http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/comment-page-1/#comment-1820</link>
		<dc:creator>ÐâŖк6</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/06/exploding-wedges-in-a-flex-piechart-control/#comment-1820</guid>
		<description>Oh, this answers my last quiestion jejeje.

Here&#039;s another one: can you use an interpolatios when the wedge explodes??

By the way, sorry for bothering, but I could really use your help.
Thank you.</description>
		<content:encoded><![CDATA[<p>Oh, this answers my last quiestion jejeje.</p>
<p>Here&#8217;s another one: can you use an interpolatios when the wedge explodes??</p>
<p>By the way, sorry for bothering, but I could really use your help.<br />
Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

