<?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: Setting specific minimum and maximum ranges for a Flex LineChart control LinearAxis</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/</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: Herakl</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-10062</link>
		<dc:creator>Herakl</dc:creator>
		<pubDate>Tue, 18 Oct 2011 12:37:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-10062</guid>
		<description>hi  everybody. I use flex Linechart component in my simple project.Sometimes I get wrong result for labelfunction(DatetimeAxis).So that ,if difference of  maximum and minimum date is more than two months component doesn&#039;t show correct ordering.for example  8/2011  is first  from 7/2011.And I dont know that   why it is so .anybody know solution of problem?</description>
		<content:encoded><![CDATA[<p>hi  everybody. I use flex Linechart component in my simple project.Sometimes I get wrong result for labelfunction(DatetimeAxis).So that ,if difference of  maximum and minimum date is more than two months component doesn&#8217;t show correct ordering.for example  8/2011  is first  from 7/2011.And I dont know that   why it is so .anybody know solution of problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Katsikanis</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1957</link>
		<dc:creator>Nikos Katsikanis</dc:creator>
		<pubDate>Tue, 02 Sep 2008 14:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1957</guid>
		<description>Geoff please see

http://www.connectedpixel.com/blog/scrollingcharts</description>
		<content:encoded><![CDATA[<p>Geoff please see</p>
<p><a href="http://www.connectedpixel.com/blog/scrollingcharts" rel="nofollow">http://www.connectedpixel.com/blog/scrollingcharts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1958</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Thu, 14 Aug 2008 20:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1958</guid>
		<description>Does anyone know how to do this horizontally?  I know I could filter items out of the dataprovider and let the chart take care of the rest, but that isn&#039;t especially convenient in my situation.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to do this horizontally?  I know I could filter items out of the dataprovider and let the chart take care of the rest, but that isn&#8217;t especially convenient in my situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1956</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 08 May 2008 00:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1956</guid>
		<description>&lt;a href=&quot;http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-12543&quot; rel=&quot;nofollow&quot;&gt;Shameer Sslim&lt;/a&gt;,

In Flex 3, the &lt;code&gt;computedMinimum&lt;/code&gt; and &lt;code&gt;computedMaximum&lt;/code&gt; properties should be public.
http://livedocs.adobe.com/flex/3/langref/mx/charts/LinearAxis.html (the two properties should both be inherited from the &lt;a href=&quot;http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/NumericAxis.html&quot; rel=&quot;nofollow&quot;&gt;NumericAxis&lt;/a&gt; class).

Peter

UPDATE: Although, in Flex 2, it seems those two properties were, in fact, protected: http://livedocs.adobe.com/flex/201/langref/mx/charts/LinearAxis.html</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-12543" rel="nofollow">Shameer Sslim</a>,</p>
<p>In Flex 3, the <code>computedMinimum</code> and <code>computedMaximum</code> properties should be public.<br />
<a href="http://livedocs.adobe.com/flex/3/langref/mx/charts/LinearAxis.html" rel="nofollow">http://livedocs.adobe.com/flex/3/langref/mx/charts/LinearAxis.html</a> (the two properties should both be inherited from the <a href="http://livedocs.adobe.com/flex/3/langref/mx/charts/chartClasses/NumericAxis.html" rel="nofollow">NumericAxis</a> class).</p>
<p>Peter</p>
<p>UPDATE: Although, in Flex 2, it seems those two properties were, in fact, protected: <a href="http://livedocs.adobe.com/flex/201/langref/mx/charts/LinearAxis.html" rel="nofollow">http://livedocs.adobe.com/flex/201/langref/mx/charts/LinearAxis.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shameer Sslim</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1955</link>
		<dc:creator>Shameer Sslim</dc:creator>
		<pubDate>Wed, 07 May 2008 12:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1955</guid>
		<description>Thanks for sharing the code.
I am not able to access the protected properties computedMinimum and computedMaximum,..
So this source is throwing me an error. I am not able to run it,...
Can you please mail me the solution.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the code.<br />
I am not able to access the protected properties computedMinimum and computedMaximum,..<br />
So this source is throwing me an error. I am not able to run it,&#8230;<br />
Can you please mail me the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaRk6</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1953</link>
		<dc:creator>DaRk6</dc:creator>
		<pubDate>Thu, 06 Dec 2007 17:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1953</guid>
		<description>Hey Peter.
I&#039;m having a problem: I&#039;m reading a database to fill up a linechart. It displays the Sales of a Product in the actual year, and the past year. These 2 years are showed by 2 line series. The Horizontal Axis is filled by a Month Array, that means the 12 months. But when one of the years doesn&#039;t have data in a month, let&#039;s say, March, the line series does not jump over the empty month, showing the 11 months one after the other, from january to november, instead of from january to february, and april to december. I&#039;m not sure if I explained it well, my english isn&#039;t that good, but if you help me please contact me by e-mail.
Thanks for your time.</description>
		<content:encoded><![CDATA[<p>Hey Peter.<br />
I&#8217;m having a problem: I&#8217;m reading a database to fill up a linechart. It displays the Sales of a Product in the actual year, and the past year. These 2 years are showed by 2 line series. The Horizontal Axis is filled by a Month Array, that means the 12 months. But when one of the years doesn&#8217;t have data in a month, let&#8217;s say, March, the line series does not jump over the empty month, showing the 11 months one after the other, from january to november, instead of from january to february, and april to december. I&#8217;m not sure if I explained it well, my english isn&#8217;t that good, but if you help me please contact me by e-mail.<br />
Thanks for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ellen guan</title>
		<link>http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/comment-page-1/#comment-1954</link>
		<dc:creator>ellen guan</dc:creator>
		<pubDate>Sun, 02 Dec 2007 22:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/19/setting-specific-minimum-and-maximum-ranges-for-a-flex-linechart-control-linearaxis/#comment-1954</guid>
		<description>hi i do not get maximum &amp; minimum can you help me understand it more clearly?</description>
		<content:encoded><![CDATA[<p>hi i do not get maximum &amp; minimum can you help me understand it more clearly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

