<?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 ChartScroller</title>
	<atom:link href="http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/</link>
	<description>Adobe Flex and AIR thoughts, custom components, how-to’s...</description>
	<lastBuildDate>Tue, 22 Nov 2011 12:17:54 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: prasad</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-8346</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Wed, 02 Nov 2011 06:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-8346</guid>
		<description>hi ,
 i using column chart where it contain n number of bars i want to set horizontal scroll bar , i take example above but in that i find an error ( The prefix &quot;charts&quot; for element &quot;charts:ScrollableAxisRenderer&quot; is not bound.) the charts tag where it comes from?

 this is the line i got error.

Please give me a solution   thanks in advance..</description>
		<content:encoded><![CDATA[<p>hi ,<br />
 i using column chart where it contain n number of bars i want to set horizontal scroll bar , i take example above but in that i find an error ( The prefix &#8220;charts&#8221; for element &#8220;charts:ScrollableAxisRenderer&#8221; is not bound.) the charts tag where it comes from?</p>
<p> this is the line i got error.</p>
<p>Please give me a solution   thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-7812</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-7812</guid>
		<description>Hi Iwo,

Thank you for the helpful tutorial and nice code.
I have two question though. 
1. When I use the scrolling (setting minimum and maximum), if I have something drawn on the chart (on it CartesianDataCanvas) and if the draw goes out of sight, next time I scroll back to its position, it is gone!
I use addDataChild to add a graphic.
2. Something similar happens if I add another LineSeries with less data. While scrolling, the line segments can disappear at once.
Can you please advice on this?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Iwo,</p>
<p>Thank you for the helpful tutorial and nice code.<br />
I have two question though.<br />
1. When I use the scrolling (setting minimum and maximum), if I have something drawn on the chart (on it CartesianDataCanvas) and if the draw goes out of sight, next time I scroll back to its position, it is gone!<br />
I use addDataChild to add a graphic.<br />
2. Something similar happens if I add another LineSeries with less data. While scrolling, the line segments can disappear at once.<br />
Can you please advice on this?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EW</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-6022</link>
		<dc:creator>EW</dc:creator>
		<pubDate>Fri, 03 Jun 2011 07:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-6022</guid>
		<description>Hi, Excellent work, very helpful. I have a question about performance with Large Data Sets, I have a chart with 10000+ data points, it is slow when Scrolling and zooming the chart, but the CPU and ram is not fully in use.
Thx</description>
		<content:encoded><![CDATA[<p>Hi, Excellent work, very helpful. I have a question about performance with Large Data Sets, I have a chart with 10000+ data points, it is slow when Scrolling and zooming the chart, but the CPU and ram is not fully in use.<br />
Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debanjan</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-4728</link>
		<dc:creator>Debanjan</dc:creator>
		<pubDate>Sun, 20 Mar 2011 19:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-4728</guid>
		<description>Hi Iwo.. gr8 work..unfortunately..i am not yet able to get it work on a bar chart..any help will be appreciated..
cheers.</description>
		<content:encoded><![CDATA[<p>Hi Iwo.. gr8 work..unfortunately..i am not yet able to get it work on a bar chart..any help will be appreciated..<br />
cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-3913</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Fri, 04 Feb 2011 09:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-3913</guid>
		<description>hi!
Thank you for your work. I have a question:
1 I use your code to work with CandlestickChart. This chart is updated on a timer. How to make sure that-be when you add a new value, old moved to the left (with the axis Y)? There is now a zoom-out the whole chart.

Thank you.</description>
		<content:encoded><![CDATA[<p>hi!<br />
Thank you for your work. I have a question:<br />
1 I use your code to work with CandlestickChart. This chart is updated on a timer. How to make sure that-be when you add a new value, old moved to the left (with the axis Y)? There is now a zoom-out the whole chart.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-3393</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-3393</guid>
		<description>Tks....
And 4 Flex 4?</description>
		<content:encoded><![CDATA[<p>Tks&#8230;.<br />
And 4 Flex 4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arish</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-2790</link>
		<dc:creator>Arish</dc:creator>
		<pubDate>Wed, 08 Dec 2010 19:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-2790</guid>
		<description>Terrific!

Do you mind if I slightly changed your components and put your post on the Russian language to keep a reference to the source?</description>
		<content:encoded><![CDATA[<p>Terrific!</p>
<p>Do you mind if I slightly changed your components and put your post on the Russian language to keep a reference to the source?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tianbaowen</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-1048</link>
		<dc:creator>tianbaowen</dc:creator>
		<pubDate>Sat, 28 Aug 2010 04:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-1048</guid>
		<description>here，i found one.It&#039;s great!http://www.connectedpixel.com/blog/scrollingcharts</description>
		<content:encoded><![CDATA[<p>here，i found one.It&#8217;s great!<a href="http://www.connectedpixel.com/blog/scrollingcharts" rel="nofollow">http://www.connectedpixel.com/blog/scrollingcharts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kishore</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-544</link>
		<dc:creator>Kishore</dc:creator>
		<pubDate>Tue, 04 May 2010 08:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-544</guid>
		<description>Will it work for the stacked charts... with different series.. 
I am using column chart which has 6 column series and need to scroll chart.
Will this work. I would like to use this example. 
Good scroll bar example really...!</description>
		<content:encoded><![CDATA[<p>Will it work for the stacked charts&#8230; with different series..<br />
I am using column chart which has 6 column series and need to scroll chart.<br />
Will this work. I would like to use this example.<br />
Good scroll bar example really&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahe</title>
		<link>http://www.iwobanas.com/2009/07/scrolling-and-zooming-chart-with-chartscroller/comment-page-1/#comment-433</link>
		<dc:creator>Ahe</dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.iwobanas.com/?p=129#comment-433</guid>
		<description>Hi,

Excellent work, very helpful. i want to use your component but i dont know how, i have linechart instead of columnchart,and the data of my dataprovider is like this :
 public var tableauGraph:ArrayCollection = new ArrayCollection([
     {gare: &quot;Reiner&quot;, heure: &quot;10:00&quot;, numero: 69000,ordre: 10}, 
     {gare: &quot;Rein&quot;, heure: &quot;10:30&quot;, numero: 69000,ordre: 11},
      {gare: &quot;trdf&quot;, heure: &quot;10:45&quot;, numero: 69000,ordre: 12},
       {gare: &quot;Rei&quot;, heure: &quot;11:00&quot;, numero: 69000,ordre: 13},
       {gare: &quot;Rein&quot;, heure: &quot;10:00&quot;, numero: 69100,ordre: 3},
       {gare: &quot;Reibv&quot;, heure: &quot;10:45&quot;, numero: 69100,ordre: 4},
       {gare: &quot;fgf&quot;, heure: &quot;10:55&quot;, numero: 69100,ordre: 5},
       {gare: &quot;trtrdg&quot;, heure: &quot;11:00&quot;, numero: 69100,ordre: 6},
       {gare: &quot;trdf&quot;, heure: &quot;12:00&quot;, numero: 69100,ordre: 7}
          ]);

now i want in Xaxes &quot;gare&quot; and in the Yaxes &quot;heure&quot;, i cant print the label of heure! can you help me?

Thanks and sorry for my english.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excellent work, very helpful. i want to use your component but i dont know how, i have linechart instead of columnchart,and the data of my dataprovider is like this :<br />
 public var tableauGraph:ArrayCollection = new ArrayCollection([<br />
     {gare: "Reiner", heure: "10:00", numero: 69000,ordre: 10},<br />
     {gare: "Rein", heure: "10:30", numero: 69000,ordre: 11},<br />
      {gare: "trdf", heure: "10:45", numero: 69000,ordre: 12},<br />
       {gare: "Rei", heure: "11:00", numero: 69000,ordre: 13},<br />
       {gare: "Rein", heure: "10:00", numero: 69100,ordre: 3},<br />
       {gare: "Reibv", heure: "10:45", numero: 69100,ordre: 4},<br />
       {gare: "fgf", heure: "10:55", numero: 69100,ordre: 5},<br />
       {gare: "trtrdg", heure: "11:00", numero: 69100,ordre: 6},<br />
       {gare: "trdf", heure: "12:00", numero: 69100,ordre: 7}<br />
          ]);</p>
<p>now i want in Xaxes &#8220;gare&#8221; and in the Yaxes &#8220;heure&#8221;, i cant print the label of heure! can you help me?</p>
<p>Thanks and sorry for my english.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

