<?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: Changing the default fill colors in a Flex PieChart control</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:26:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Darrin</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1850</link>
		<dc:creator>Darrin</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1850</guid>
		<description>Is there a way to have have the color be dynamic?  so I have a display function and set sliceID.color = model.var1;
sliceID.color = model.var2;</description>
		<content:encoded><![CDATA[<p>Is there a way to have have the color be dynamic?  so I have a display function and set sliceID.color = model.var1;<br />
sliceID.color = model.var2;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koxon</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1849</link>
		<dc:creator>Koxon</dc:creator>
		<pubDate>Fri, 20 Mar 2009 00:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1849</guid>
		<description>For that you should create your series in ActionScripts and set the color for each of thoses Series.
So after you could bind a ColorPicker to a Serie, and change its property.</description>
		<content:encoded><![CDATA[<p>For that you should create your series in ActionScripts and set the color for each of thoses Series.<br />
So after you could bind a ColorPicker to a Serie, and change its property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRoC</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1851</link>
		<dc:creator>JRoC</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1851</guid>
		<description>Is there a way to change (via a colorpicker) the colors of each individual pie slice?</description>
		<content:encoded><![CDATA[<p>Is there a way to change (via a colorpicker) the colors of each individual pie slice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1848</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 08 May 2008 00:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1848</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-12535&quot; rel=&quot;nofollow&quot;&gt;marco&lt;/a&gt;,

You would probably need to set the &lt;code&gt;fills&lt;/code&gt; style using ActionScript instead of within CSS. I don&#039;t think CSS or &lt;mx:Style /&gt; blocks would parse ActionScript code like &lt;code&gt;xmlData[0][&quot;chartcolor&quot;]&lt;/code&gt;.

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-12535" rel="nofollow">marco</a>,</p>
<p>You would probably need to set the <code>fills</code> style using ActionScript instead of within CSS. I don&#8217;t think CSS or &lt;mx:Style /&gt; blocks would parse ActionScript code like <code>xmlData[0]["chartcolor"]</code>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1847</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Wed, 07 May 2008 02:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1847</guid>
		<description>i have a XML node to contain the color (blue) using mx:HTTPService to connect my xml
and all xml data is in xmlData:array. i get the color via &quot;temp = xmlData[0][&quot;chartcolor&quot;];&quot;
i use alert.show to trace the valus and i can shows &quot;blue&quot; but how can i use the &quot;blue&quot; on it ?
can i set up like below??


        PieSeries {
            fills: xmlData[0][&quot;chartcolor&quot;], haloOrange, yellow, haloGreen, haloBlue;
        }

it seems not work in my case ?? how can i fix it ??

thx alot</description>
		<content:encoded><![CDATA[<p>i have a XML node to contain the color (blue) using mx:HTTPService to connect my xml<br />
and all xml data is in xmlData:array. i get the color via &#8220;temp = xmlData[0]["chartcolor"];&#8221;<br />
i use alert.show to trace the valus and i can shows &#8220;blue&#8221; but how can i use the &#8220;blue&#8221; on it ?<br />
can i set up like below??</p>
<p>        PieSeries {<br />
            fills: xmlData[0]["chartcolor"], haloOrange, yellow, haloGreen, haloBlue;<br />
        }</p>
<p>it seems not work in my case ?? how can i fix it ??</p>
<p>thx alot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john gogoly</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1846</link>
		<dc:creator>john gogoly</dc:creator>
		<pubDate>Tue, 29 Apr 2008 19:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1846</guid>
		<description>//The Life Saver effect - stick it in the pieseries</description>
		<content:encoded><![CDATA[<p>//The Life Saver effect &#8211; stick it in the pieseries</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dawn</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1845</link>
		<dc:creator>Dawn</dc:creator>
		<pubDate>Mon, 10 Mar 2008 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1845</guid>
		<description>This was a very helpful information for me thanx alot. These tips wil enable me to color cordinate my projects.</description>
		<content:encoded><![CDATA[<p>This was a very helpful information for me thanx alot. These tips wil enable me to color cordinate my projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theLoggerGuy</title>
		<link>http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/comment-page-1/#comment-1844</link>
		<dc:creator>theLoggerGuy</dc:creator>
		<pubDate>Wed, 12 Dec 2007 21:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/11/changing-the-default-fill-colors-in-a-flex-piechart-control/#comment-1844</guid>
		<description>Thanks for the list of the default colours.  Despite your doubts, it is precisely what I wanted to know.</description>
		<content:encoded><![CDATA[<p>Thanks for the list of the default colours.  Despite your doubts, it is precisely what I wanted to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

