<?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: Adding custom labels to a Flex ColumnChart control&#8217;s column series</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Mon, 13 Feb 2012 01:38:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: buddy</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-10119</link>
		<dc:creator>buddy</dc:creator>
		<pubDate>Thu, 03 Nov 2011 07:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-10119</guid>
		<description>Hi Peter,

If possible please share ur mail ID.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>If possible please share ur mail ID.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buddy</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-10118</link>
		<dc:creator>buddy</dc:creator>
		<pubDate>Thu, 03 Nov 2011 07:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-10118</guid>
		<description>Hi Peter,

I have stacked column chart and legend has to be dynamic.
graphXML values are comin from DB, So it may vary
for(var n:int = 0; n &lt; graphXML.length; n++)
{
columnSeries.yField = seriesDetails[n].YField;
columnSeries.displayName = seriesDetails[n].displayName;
}
this is sought of static, not dynamic	
Facing lots of problem.
Please reply asap.

Thank U</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>I have stacked column chart and legend has to be dynamic.<br />
graphXML values are comin from DB, So it may vary<br />
for(var n:int = 0; n &lt; graphXML.length; n++)<br />
{<br />
columnSeries.yField = seriesDetails[n].YField;<br />
columnSeries.displayName = seriesDetails[n].displayName;<br />
}<br />
this is sought of static, not dynamic<br />
Facing lots of problem.<br />
Please reply asap.</p>
<p>Thank U</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: platus</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-8215</link>
		<dc:creator>platus</dc:creator>
		<pubDate>Wed, 11 Aug 2010 06:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-8215</guid>
		<description>if you&#039;re looking for a way to completely control the format the labels (like color, position etc.) I have posted an example in my own blog at
http://platustalksflex.blogspot.com/</description>
		<content:encoded><![CDATA[<p>if you&#8217;re looking for a way to completely control the format the labels (like color, position etc.) I have posted an example in my own blog at<br />
<a href="http://platustalksflex.blogspot.com/" rel="nofollow">http://platustalksflex.blogspot.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indigo</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-8134</link>
		<dc:creator>Indigo</dc:creator>
		<pubDate>Tue, 20 Jul 2010 11:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-8134</guid>
		<description>If the stack contains some large and many small items, can you advise if it is possible to show the labels only for the large items.  If data labels are shown for the small items then I find that they just sit on top of each other!</description>
		<content:encoded><![CDATA[<p>If the stack contains some large and many small items, can you advise if it is possible to show the labels only for the large items.  If data labels are shown for the small items then I find that they just sit on top of each other!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-7735</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Tue, 18 May 2010 05:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-7735</guid>
		<description>Thanks for the example</description>
		<content:encoded><![CDATA[<p>Thanks for the example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkanwal</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-7199</link>
		<dc:creator>vkanwal</dc:creator>
		<pubDate>Tue, 09 Mar 2010 11:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-7199</guid>
		<description>Hi 
Any body can help me in this :
Is there any way that i can keep a check on items i want to display in legend (based on some condition , lets say if data is coming 0 throughout for particular series and i have multiple series in my graph .I want only those series to be shown in legend whose data is not 0)
In case i am dynamically providing dataprovider to legend i.e( legend.dataProvider = myChart).

Thanks 
Varun</description>
		<content:encoded><![CDATA[<p>Hi<br />
Any body can help me in this :<br />
Is there any way that i can keep a check on items i want to display in legend (based on some condition , lets say if data is coming 0 throughout for particular series and i have multiple series in my graph .I want only those series to be shown in legend whose data is not 0)<br />
In case i am dynamically providing dataprovider to legend i.e( legend.dataProvider = myChart).</p>
<p>Thanks<br />
Varun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nash Owen</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-5909</link>
		<dc:creator>Nash Owen</dc:creator>
		<pubDate>Fri, 02 Oct 2009 18:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-5909</guid>
		<description>How would I take the above example with the data embedded inside the columns and apply styles/formatting to it such as as a drop shadow.  I&#039;ve stumbled upon how to apply a drop shadow to the column itself but not to the actual text that is inside of it.</description>
		<content:encoded><![CDATA[<p>How would I take the above example with the data embedded inside the columns and apply styles/formatting to it such as as a drop shadow.  I&#8217;ve stumbled upon how to apply a drop shadow to the column itself but not to the actual text that is inside of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-4308</link>
		<dc:creator>Santiago</dc:creator>
		<pubDate>Wed, 01 Jul 2009 07:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-4308</guid>
		<description>Can I set the data label inside each column and show it vertically. I tried to use the showLabelVertically=&quot;true&quot; but is not working. Im using flex 3

Thanks</description>
		<content:encoded><![CDATA[<p>Can I set the data label inside each column and show it vertically. I tried to use the showLabelVertically=&#8221;true&#8221; but is not working. Im using flex 3</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krunal</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-4309</link>
		<dc:creator>krunal</dc:creator>
		<pubDate>Thu, 25 Jun 2009 14:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-4309</guid>
		<description>but my column chart type is overlaid, how can we set the lable position in it? and can we draw a chart with more than 3 stacks and one line chart?</description>
		<content:encoded><![CDATA[<p>but my column chart type is overlaid, how can we set the lable position in it? and can we draw a chart with more than 3 stacks and one line chart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogelio</title>
		<link>http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/comment-page-1/#comment-2015</link>
		<dc:creator>Rogelio</dc:creator>
		<pubDate>Thu, 26 Mar 2009 18:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/25/adding-custom-labels-to-a-flex-columnchart-controls-column-series/#comment-2015</guid>
		<description>Hi everybody I think that this examples are very helpful, I have a problem,I want to change the order of the legend in a Stacked Column Chart for the color have an order like the stacked char, thanks.</description>
		<content:encoded><![CDATA[<p>Hi everybody I think that this examples are very helpful, I have a problem,I want to change the order of the legend in a Stacked Column Chart for the color have an order like the stacked char, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

