<?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: Scrolling and zooming chart with CategoryAxis</title>
	<atom:link href="http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/</link>
	<description>Adobe Flex and AIR thoughts, custom components, how-to’s...</description>
	<lastBuildDate>Thu, 29 Jul 2010 08:00:12 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Julien</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-585</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 20 May 2010 16:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-585</guid>
		<description>Hi,

I&#039;ve tried your code on a LineChart, and it works amazingly. I&#039;ve modified the labelFunction and parseFunction for the horizontal axis in order to get a DD/MM dateformat. Unfortunately, I got a disturbing issue : when I ZoomOut too much, the order of my dates is inversed (from right to left) whereas the Graph stays the same... What sould I do?

Thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve tried your code on a LineChart, and it works amazingly. I&#8217;ve modified the labelFunction and parseFunction for the horizontal axis in order to get a DD/MM dateformat. Unfortunately, I got a disturbing issue : when I ZoomOut too much, the order of my dates is inversed (from right to left) whereas the Graph stays the same&#8230; What sould I do?</p>
<p>Thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newbie</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-419</link>
		<dc:creator>Newbie</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-419</guid>
		<description>hi, you wrote nice code it helps me a lot. but i find a small problem. Replace dataprovider to the following and find some undesired results. 
[Bindable]
public var dp:ArrayCollection = new ArrayCollection
([{ Month: &quot;Jan&quot;, Profit: 2000} ]);

you will find that loop goes on some 100 times(100 traces) and chart includes only 1 thin line on left hand side corner.</description>
		<content:encoded><![CDATA[<p>hi, you wrote nice code it helps me a lot. but i find a small problem. Replace dataprovider to the following and find some undesired results.<br />
[Bindable]<br />
public var dp:ArrayCollection = new ArrayCollection<br />
([{ Month: "Jan", Profit: 2000} ]);</p>
<p>you will find that loop goes on some 100 times(100 traces) and chart includes only 1 thin line on left hand side corner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-287</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-287</guid>
		<description>For now there is no such feature. In my project we quite often scroll beyond the data and than fetch remaining data. It would be possible to define global minimum/maximum which will block further scrolling but I don&#039;t have time to do it... I&#039;ve just changed the job and moved and I&#039;m really busy...</description>
		<content:encoded><![CDATA[<p>For now there is no such feature. In my project we quite often scroll beyond the data and than fetch remaining data. It would be possible to define global minimum/maximum which will block further scrolling but I don&#8217;t have time to do it&#8230; I&#8217;ve just changed the job and moved and I&#8217;m really busy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-245</link>
		<dc:creator>Nitin</dc:creator>
		<pubDate>Fri, 08 Jan 2010 13:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-245</guid>
		<description>Can any one let me know how to prevent the X-axis scrolling if there is no data further or earlier than first node?
Because it is continue to scrolling even if there is no data?

Thanks in Advance.</description>
		<content:encoded><![CDATA[<p>Can any one let me know how to prevent the X-axis scrolling if there is no data further or earlier than first node?<br />
Because it is continue to scrolling even if there is no data?</p>
<p>Thanks in Advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-96</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 09 Sep 2009 13:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-96</guid>
		<description>Hi Omer,
I tested it on the example above, by changing ColumnChart to LineChart and ColumnSeries to LineSeries, and it works.
Only horizontal axis looks different, but previous look can be restored by setting &lt;code&gt;horizontalAxisStyleName=&quot;blockNumericAxis&quot;&lt;/code&gt; on LineChart or by creating axis renderer with &lt;code&gt;styleName=&quot;blockNumericAxis&quot;&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Omer,<br />
I tested it on the example above, by changing ColumnChart to LineChart and ColumnSeries to LineSeries, and it works.<br />
Only horizontal axis looks different, but previous look can be restored by setting <code>horizontalAxisStyleName="blockNumericAxis"</code> on LineChart or by creating axis renderer with <code>styleName="blockNumericAxis"</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-95</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Wed, 09 Sep 2009 11:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-95</guid>
		<description>Hi,
Is it possible to use this on LineChart? I tired and I got vertical line only.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is it possible to use this on LineChart? I tired and I got vertical line only.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-78</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Mon, 31 Aug 2009 17:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-78</guid>
		<description>Hi Nimesh,
0/100 is the default minimum/maximum of linear axis. I can&#039;t tell you why this values are preserved without having a look at your code, but I can give you a workaround: Set the vertical axis minimum/maximum values to NaN after dataProvider is changed, this should cause axis range to be adjusted to data.</description>
		<content:encoded><![CDATA[<p>Hi Nimesh,<br />
0/100 is the default minimum/maximum of linear axis. I can&#8217;t tell you why this values are preserved without having a look at your code, but I can give you a workaround: Set the vertical axis minimum/maximum values to NaN after dataProvider is changed, this should cause axis range to be adjusted to data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimesh</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-75</link>
		<dc:creator>Nimesh</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-75</guid>
		<description>Hey Iwo,
great work ... I am using dataprovider from backend, bt the vertical axis for me shows from 0 to 100 (inspite of me having data greater than 100) ... do i have to set some property for the same .. 
Thanks,
cheers,</description>
		<content:encoded><![CDATA[<p>Hey Iwo,<br />
great work &#8230; I am using dataprovider from backend, bt the vertical axis for me shows from 0 to 100 (inspite of me having data greater than 100) &#8230; do i have to set some property for the same ..<br />
Thanks,<br />
cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iwo Banas</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-60</link>
		<dc:creator>Iwo Banas</dc:creator>
		<pubDate>Wed, 19 Aug 2009 21:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-60</guid>
		<description>Hi Tiago,
Try using dataTipFunction
&lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/ChartBase.html#dataTipFunction&quot; rel=&quot;nofollow&quot;&gt;http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/ChartBase.html#dataTipFunction&lt;/a&gt;
hitData.item should contain data related to the given column so you should be able to extract column name (category) easily.</description>
		<content:encoded><![CDATA[<p>Hi Tiago,<br />
Try using dataTipFunction<br />
<a href="http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/ChartBase.html#dataTipFunction" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/ChartBase.html#dataTipFunction</a><br />
hitData.item should contain data related to the given column so you should be able to extract column name (category) easily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago</title>
		<link>http://www.iwobanas.com/2009/08/scrolling-and-zooming-chart-with-categoryaxis/comment-page-1/#comment-59</link>
		<dc:creator>Tiago</dc:creator>
		<pubDate>Wed, 19 Aug 2009 20:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=144#comment-59</guid>
		<description>Good afternoon Friend, His/her work was very good... I don&#039;t only know like you would do to put the showDataTips = &quot;true&quot; and to bring the category of each column. Could he/she become trained?</description>
		<content:encoded><![CDATA[<p>Good afternoon Friend, His/her work was very good&#8230; I don&#8217;t only know like you would do to put the showDataTips = &#8220;true&#8221; and to bring the category of each column. Could he/she become trained?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
