<?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: Changing a chart legend&#8217;s direction</title>
	<atom:link href="http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Fri, 19 Mar 2010 20:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/comment-page-1/#comment-1926</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/#comment-1926</guid>
		<description>Seb,

Try setting an explicit width/height on the parent Canvas.

Peter</description>
		<content:encoded><![CDATA[<p>Seb,</p>
<p>Try setting an explicit width/height on the parent Canvas.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb</title>
		<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/comment-page-1/#comment-1925</link>
		<dc:creator>Seb</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/#comment-1925</guid>
		<description>Hi,
   I used the direction tag to display my legend vertically but because it contains lots of items it is rendered on 2 columns.
   Do you know how to force the legend to be rendered on one column (the legend is in a Canvas and I would like the Canvas to show a vertical scrollbar)?

thanks

Seb</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   I used the direction tag to display my legend vertically but because it contains lots of items it is rendered on 2 columns.<br />
   Do you know how to force the legend to be rendered on one column (the legend is in a Canvas and I would like the Canvas to show a vertical scrollbar)?</p>
<p>thanks</p>
<p>Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitin Joshi</title>
		<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/comment-page-1/#comment-1927</link>
		<dc:creator>Nitin Joshi</dc:creator>
		<pubDate>Thu, 23 Apr 2009 13:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/#comment-1927</guid>
		<description>Hi,

I am using AxisRenderer&#039;s canDropLabels property to drop overlapping labels,
is there a way that I can specify to drop every third label ?

please help,

thanks,

Nitin.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am using AxisRenderer&#8217;s canDropLabels property to drop overlapping labels,<br />
is there a way that I can specify to drop every third label ?</p>
<p>please help,</p>
<p>thanks,</p>
<p>Nitin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/comment-page-1/#comment-1928</link>
		<dc:creator>peterd</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/#comment-1928</guid>
		<description>Bill Jones,

It appears you can use an &lt;mx:Style /&gt; block and set the &lt;code&gt;fontWeight&lt;/code&gt; style on the LegendItem selector:

&lt;pre class=&quot;code&quot;&gt;
&lt;mx:Style&gt;
    LegendItem {
        fontWeight: normal;
    }
&lt;/mx:Style&gt;
&lt;/pre&gt;

I&#039;ll file a Flex bug for this as it seems you *should* be able able to set that style on the &lt;mx:Legend /&gt; tag or on the &lt;code&gt;Legend&lt;/code&gt; CSS selector.

Peter

&lt;p class=&quot;new&quot;&gt;Bug filed: http://bugs.adobe.com/jira/browse/FLEXDMV-1902&lt;/p&gt;
&lt;p class=&quot;new&quot;&gt;New entry posted: &lt;a href=&quot;http://blog.flexexamples.com/2008/09/25/setting-the-font-weight-on-a-charting-legend-control-in-flex/&quot; rel=&quot;nofollow&quot;&gt;&quot;Setting the font weight on a charting Legend control in Flex&quot;&lt;/a&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Bill Jones,</p>
<p>It appears you can use an &lt;mx:Style /&gt; block and set the <code>fontWeight</code> style on the LegendItem selector:</p>
<pre class="code">
&lt;mx:Style&gt;
    LegendItem {
        fontWeight: normal;
    }
&lt;/mx:Style&gt;
</pre>
<p>I&#8217;ll file a Flex bug for this as it seems you *should* be able able to set that style on the &lt;mx:Legend /&gt; tag or on the <code>Legend</code> CSS selector.</p>
<p>Peter</p>
<p class="new">Bug filed: <a href="http://bugs.adobe.com/jira/browse/FLEXDMV-1902" rel="nofollow">http://bugs.adobe.com/jira/browse/FLEXDMV-1902</a></p>
<p class="new">New entry posted: <a href="http://blog.flexexamples.com/2008/09/25/setting-the-font-weight-on-a-charting-legend-control-in-flex/" rel="nofollow">&#8220;Setting the font weight on a charting Legend control in Flex&#8221;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Jones</title>
		<link>http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/comment-page-1/#comment-1929</link>
		<dc:creator>Bill Jones</dc:creator>
		<pubDate>Thu, 25 Sep 2008 21:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/11/17/changing-a-chart-legends-direction/#comment-1929</guid>
		<description>For the love of god is there an easy way to change the font weight in the legend?</description>
		<content:encoded><![CDATA[<p>For the love of god is there an easy way to change the font weight in the legend?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
