<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Dropping labels in a Flex Chart</title>
	<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 10:50:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: platus</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-16728</link>
		<author>platus</author>
		<pubDate>Sun, 16 Nov 2008 16:56:22 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-16728</guid>
		<description>You're using a CategoryAxis to display the date. What if you had a date range in hours or minutes inteval, and it's important to you to show when the DATE suddenly changes?

for example:

  &#124;       &#124;         &#124;          &#124;
23:45   23:55   29/3 00:05   00:15

in this example, flex could decide to drop the "29/3 00:05" label. 
Is there a way to force him not to drop certain (important) labels?
(Or maybe some other idea to convery that the day has changed?)</description>
		<content:encoded><![CDATA[<p>You&#8217;re using a CategoryAxis to display the date. What if you had a date range in hours or minutes inteval, and it&#8217;s important to you to show when the DATE suddenly changes?</p>
<p>for example:</p>
<p>  |       |         |          |<br />
23:45   23:55   29/3 00:05   00:15</p>
<p>in this example, flex could decide to drop the &#8220;29/3 00:05&#8243; label.<br />
Is there a way to force him not to drop certain (important) labels?<br />
(Or maybe some other idea to convery that the day has changed?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: evil-spirit</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-16530</link>
		<author>evil-spirit</author>
		<pubDate>Mon, 03 Nov 2008 02:42:36 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-16530</guid>
		<description>we can make the x label to years mounths or days! that looks good!</description>
		<content:encoded><![CDATA[<p>we can make the x label to years mounths or days! that looks good!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narendra Bisht</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-12565</link>
		<author>narendra Bisht</author>
		<pubDate>Fri, 09 May 2008 02:26:11 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-12565</guid>
		<description>I want to see an example of flex chart which could display project activities in simple manner.
Narendra Bisht 
High Mountain Biodiversiyty Conservation Project, Bajhnag Nepal</description>
		<content:encoded><![CDATA[<p>I want to see an example of flex chart which could display project activities in simple manner.<br />
Narendra Bisht<br />
High Mountain Biodiversiyty Conservation Project, Bajhnag Nepal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-12035</link>
		<author>mike</author>
		<pubDate>Wed, 16 Apr 2008 02:14:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-12035</guid>
		<description>hi,

 i dont know if this is the right place to ask some help. Im stuck. i have m source code below. i dont why but i got an error with my chart when i run it. Thanks bud.



 
			

	


  
					


private function date_labelFuncForChart(item:Object, column:CategoryAxis):String 
{
				
      return dateFormatter.format(item.priceDate );
}

</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p> i dont know if this is the right place to ask some help. Im stuck. i have m source code below. i dont why but i got an error with my chart when i run it. Thanks bud.</p>
<p>private function date_labelFuncForChart(item:Object, column:CategoryAxis):String<br />
{</p>
<p>      return dateFormatter.format(item.priceDate );<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rohti</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-7565</link>
		<author>rohti</author>
		<pubDate>Fri, 14 Mar 2008 12:00:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-7565</guid>
		<description>hi,

this is really great example ..
i am keen searcing of this type of example.

i have one suggestion not related to this example but related to GUI
ie.  the search text color is not properly visible please make it white like other text oolor.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this is really great example ..<br />
i am keen searcing of this type of example.</p>
<p>i have one suggestion not related to this example but related to GUI<br />
ie.  the search text color is not properly visible please make it white like other text oolor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abul Chowdhury</title>
		<link>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-3612</link>
		<author>abul Chowdhury</author>
		<pubDate>Fri, 26 Oct 2007 13:30:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/10/16/dropping-labels-in-a-flex-chart/#comment-3612</guid>
		<description>I am looking for an example to do a dynamic display in chart - where data will come from MS SQL db via coldfuion - also chart will refresh with newer data set and will refresh it in certain interval. I am very new in flex --- I think I am good in CF and SQL. 

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I am looking for an example to do a dynamic display in chart - where data will come from MS SQL db via coldfuion - also chart will refresh with newer data set and will refresh it in certain interval. I am very new in flex &#8212; I think I am good in CF and SQL. </p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
