<?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: Conditionally-Colored Flex Charts</title>
	<atom:link href="http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/</link>
	<description>insight on technology</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:14:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sateesh</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-70685</link>
		<dc:creator>Sateesh</dc:creator>
		<pubDate>Mon, 01 Nov 2010 06:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-70685</guid>
		<description>Wonderful efforts... how to use this for LineChart... could you advise please?</description>
		<content:encoded><![CDATA[<p>Wonderful efforts&#8230; how to use this for LineChart&#8230; could you advise please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-45195</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Mon, 05 Apr 2010 18:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-45195</guid>
		<description>nevermind, got it grant! thanks aa</description>
		<content:encoded><![CDATA[<p>nevermind, got it grant! thanks aa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-45191</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Mon, 05 Apr 2010 17:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-45191</guid>
		<description>Grant another question...  I have found that using an arraycollection i reach the max size pretty quickly for the amount of data im pulling in. Originally I convered my xml data to array collection to use it, but have reached max size apparently.  Can you advise me on how to set the threshholdfield=&quot;goal&quot; (in your array collection) how can i do that with xml thresholdfield =&quot;&quot; etc.? Thanks, brooks</description>
		<content:encoded><![CDATA[<p>Grant another question&#8230;  I have found that using an arraycollection i reach the max size pretty quickly for the amount of data im pulling in. Originally I convered my xml data to array collection to use it, but have reached max size apparently.  Can you advise me on how to set the threshholdfield=&#8221;goal&#8221; (in your array collection) how can i do that with xml thresholdfield =&#8221;" etc.? Thanks, brooks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-44655</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Thu, 01 Apr 2010 18:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-44655</guid>
		<description>Ah, i see yeh i was wondering if you could change it at different points on the same line series, but no worries what you have here has helped me solve my problem! Thanks a ton man!!</description>
		<content:encoded><![CDATA[<p>Ah, i see yeh i was wondering if you could change it at different points on the same line series, but no worries what you have here has helped me solve my problem! Thanks a ton man!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-44524</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-44524</guid>
		<description>One more try at posting code:  ;)

&lt;mx:LineSeries xField=&quot;Month&quot; yField=&quot;Goal&quot; displayName=&quot;Goal&quot;&gt;
   &lt;mx:lineStroke&gt;
	&lt;mx:Stroke 
	    color=&quot;0x0099FF&quot; 
	    weight=&quot;20&quot; 
	    alpha=&quot;.2&quot; /&gt;
   &lt;/mx:lineStroke&gt;                
&lt;/mx:LineSeries&gt;</description>
		<content:encoded><![CDATA[<p>One more try at posting code:  <img src='http://techrageo.us/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&lt;mx:LineSeries xField=&#8221;Month&#8221; yField=&#8221;Goal&#8221; displayName=&#8221;Goal&#8221;&gt;<br />
   &lt;mx:lineStroke&gt;<br />
	&lt;mx:Stroke<br />
	    color=&#8221;0x0099FF&#8221;<br />
	    weight=&#8221;20&#8243;<br />
	    alpha=&#8221;.2&#8243; /&gt;<br />
   &lt;/mx:lineStroke&gt;<br />
&lt;/mx:LineSeries&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-44522</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Wed, 31 Mar 2010 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-44522</guid>
		<description>The color of the line can be changed, unless you want it to be a different color at different points on the graph.  You might be able to do that, but I&#039;ve never tried so I can&#039;t help you there.

To change the color of the whole line just add a linestroke tag inside your lineseries tag.  Like this:

            
                
                            
           </description>
		<content:encoded><![CDATA[<p>The color of the line can be changed, unless you want it to be a different color at different points on the graph.  You might be able to do that, but I&#8217;ve never tried so I can&#8217;t help you there.</p>
<p>To change the color of the whole line just add a linestroke tag inside your lineseries tag.  Like this:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-44490</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Wed, 31 Mar 2010 16:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-44490</guid>
		<description>got it. NOW, i have a better question and you seem like the expert for it. Can I change the actual color of the line? or just the data points??

please feel free to email me as well!</description>
		<content:encoded><![CDATA[<p>got it. NOW, i have a better question and you seem like the expert for it. Can I change the actual color of the line? or just the data points??</p>
<p>please feel free to email me as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-44463</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 30 Mar 2010 20:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-44463</guid>
		<description>Brooks,

Can you post some of your code?  

Thanks, 
Grant</description>
		<content:encoded><![CDATA[<p>Brooks,</p>
<p>Can you post some of your code?  </p>
<p>Thanks,<br />
Grant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooks</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-43959</link>
		<dc:creator>Brooks</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-43959</guid>
		<description>Grant, please help! says cant find base class Color..render, but I have it in there???</description>
		<content:encoded><![CDATA[<p>Grant, please help! says cant find base class Color..render, but I have it in there???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sana Pathan</title>
		<link>http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/comment-page-1/#comment-1165</link>
		<dc:creator>Sana Pathan</dc:creator>
		<pubDate>Fri, 09 Jan 2009 13:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://techrageo.us/2008/02/20/conditionally-colored-flex-charts/#comment-1165</guid>
		<description>I am very thankful for ending my search of conditionally flex charts.
THANKS A LOT.</description>
		<content:encoded><![CDATA[<p>I am very thankful for ending my search of conditionally flex charts.<br />
THANKS A LOT.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

