<?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 bar width ratio on a Flex Bar Chart</title>
	<atom:link href="http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/</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: Raviteja</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-10166</link>
		<dc:creator>Raviteja</dc:creator>
		<pubDate>Tue, 15 Nov 2011 16:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-10166</guid>
		<description>I need a automated tool developed in FLEX, to show the bar charts when we enter the values..

reference..
http://asia.firstbaseit.net/infiniti/resources/flash/inner_banner.swf

asap...</description>
		<content:encoded><![CDATA[<p>I need a automated tool developed in FLEX, to show the bar charts when we enter the values..</p>
<p>reference..<br />
<a href="http://asia.firstbaseit.net/infiniti/resources/flash/inner_banner.swf" rel="nofollow">http://asia.firstbaseit.net/infiniti/resources/flash/inner_banner.swf</a></p>
<p>asap&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: colin</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-9142</link>
		<dc:creator>colin</dc:creator>
		<pubDate>Fri, 15 Apr 2011 19:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-9142</guid>
		<description>rocksocker, peter: 
i can confirm that you need to do this in updateComplete when working with multiple series. resizing wasn&#039;t working for me until i moved it to that handler.</description>
		<content:encoded><![CDATA[<p>rocksocker, peter:<br />
i can confirm that you need to do this in updateComplete when working with multiple series. resizing wasn&#8217;t working for me until i moved it to that handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-8649</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 09 Dec 2010 17:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-8649</guid>
		<description>@rocksoccer,

Definitely sounds suspicious, but I&#039;m not a charting expert. When in doubt, file a bug; http://bugs.adobe.com/flex/ and somebody from Adobe can investigate and comment in the bug.

Thanks,
Peter</description>
		<content:encoded><![CDATA[<p>@rocksoccer,</p>
<p>Definitely sounds suspicious, but I&#8217;m not a charting expert. When in doubt, file a bug; <a href="http://bugs.adobe.com/flex/" rel="nofollow">http://bugs.adobe.com/flex/</a> and somebody from Adobe can investigate and comment in the bug.</p>
<p>Thanks,<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rocksoccer</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-8648</link>
		<dc:creator>rocksoccer</dc:creator>
		<pubDate>Thu, 09 Dec 2010 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-8648</guid>
		<description>Just want to mention that, if you want to use barWidthRatio with actionscript code, you need to set it in either creationComplete or updateComplete event handler. Otherwise, it does NOT work at all.

It seems some properties in Flex must be set after creation and update. Are these the bugs, or they design it to be like this?</description>
		<content:encoded><![CDATA[<p>Just want to mention that, if you want to use barWidthRatio with actionscript code, you need to set it in either creationComplete or updateComplete event handler. Otherwise, it does NOT work at all.</p>
<p>It seems some properties in Flex must be set after creation and update. Are these the bugs, or they design it to be like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-5831</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 21 Sep 2009 13:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-5831</guid>
		<description>@angryProgrammer,

I think the easiest way would be to create a server-side script page using ColdFusion/PHP/ASP which retrieves the data from a database and outputs it as XML. Next, use the &lt;a href=&quot;http://blog.flexexamples.com/category/httpservice/&quot; rel=&quot;nofollow&quot;&gt;&lt;mx:HTTPService/&gt; tag&lt;/a&gt; in your Flex application to get the XML data from your server-side script and  convert it into an XMLListCollection object which you can use as the BarChart control&#039;s data provider.

Peter</description>
		<content:encoded><![CDATA[<p>@angryProgrammer,</p>
<p>I think the easiest way would be to create a server-side script page using ColdFusion/PHP/ASP which retrieves the data from a database and outputs it as XML. Next, use the <a href="http://blog.flexexamples.com/category/httpservice/" rel="nofollow">&lt;mx:HTTPService/&gt; tag</a> in your Flex application to get the XML data from your server-side script and  convert it into an XMLListCollection object which you can use as the BarChart control&#8217;s data provider.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: angryProgrammer</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-5829</link>
		<dc:creator>angryProgrammer</dc:creator>
		<pubDate>Mon, 21 Sep 2009 03:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-5829</guid>
		<description>do you know how to display the data in a database on the barchart?</description>
		<content:encoded><![CDATA[<p>do you know how to display the data in a database on the barchart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-5386</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 27 Aug 2009 01:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-5386</guid>
		<description>@Rob,

I&#039;m not aware of any, but I&#039;m far from a Charting expert. You may want to ask on FlexCoders.

Peter</description>
		<content:encoded><![CDATA[<p>@Rob,</p>
<p>I&#8217;m not aware of any, but I&#8217;m far from a Charting expert. You may want to ask on FlexCoders.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/comment-page-1/#comment-5382</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 26 Aug 2009 21:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/changing-the-bar-width-ratio-on-a-flex-bar-chart/#comment-5382</guid>
		<description>Do you know if it&#039;s possible to set the bar widths individually?  Or change the spacing between bars individually?</description>
		<content:encoded><![CDATA[<p>Do you know if it&#8217;s possible to set the bar widths individually?  Or change the spacing between bars individually?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

