<?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: Rotating labels in a Flex chart axis using the labelRotation style</title>
	<atom:link href="http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/</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: Leona Atkins</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-6739</link>
		<dc:creator>Leona Atkins</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-6739</guid>
		<description>So what if I wanted to display the Vertical label the other way, I notice that -90 and +90 the label displays the same way, why?  Should it not be flipped?  Also what if I want to rotate  the Title of the Horizontal axis.  The reason is, that I have a chart that displays information which can be &#039;rotated&#039; in accordance with direction, so the whole chart is rotated, which then prints the labels and titles upside down, I tried to counter this with the rotation, but this fails as it seems it will not accept values greater than or less than 90 for the labels and you can not &#039;flip&#039; the horizontal title, oh the joys of flex development!</description>
		<content:encoded><![CDATA[<p>So what if I wanted to display the Vertical label the other way, I notice that -90 and +90 the label displays the same way, why?  Should it not be flipped?  Also what if I want to rotate  the Title of the Horizontal axis.  The reason is, that I have a chart that displays information which can be &#8216;rotated&#8217; in accordance with direction, so the whole chart is rotated, which then prints the labels and titles upside down, I tried to counter this with the rotation, but this fails as it seems it will not accept values greater than or less than 90 for the labels and you can not &#8216;flip&#8217; the horizontal title, oh the joys of flex development!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Emmerton</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-6502</link>
		<dc:creator>Jason Emmerton</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-6502</guid>
		<description>Alan is right. 
&quot;If you embed the font in the main application that loads the modules, it will work.&quot;</description>
		<content:encoded><![CDATA[<p>Alan is right.<br />
&#8220;If you embed the font in the main application that loads the modules, it will work.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-6451</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-6451</guid>
		<description>Ja, thanks for posting that.
- I&#039;ve spent ages trying to figure out why embedding the font made the labels disappear.
Stopped using RSLs and it worked fine.
Trouble is we need RSLs, anyone have a work around by any chance ??

Gerry</description>
		<content:encoded><![CDATA[<p>Ja, thanks for posting that.<br />
- I&#8217;ve spent ages trying to figure out why embedding the font made the labels disappear.<br />
Stopped using RSLs and it worked fine.<br />
Trouble is we need RSLs, anyone have a work around by any chance ??</p>
<p>Gerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ja</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-5127</link>
		<dc:creator>Ja</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-5127</guid>
		<description>We had issues with rotated labels until we changed the framework linkage from Runtime shared library (RSL) to Merged into code.</description>
		<content:encoded><![CDATA[<p>We had issues with rotated labels until we changed the framework linkage from Runtime shared library (RSL) to Merged into code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-4493</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Wed, 08 Jul 2009 20:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-4493</guid>
		<description>If you embed the font in the main application that loads the modules, it will work.</description>
		<content:encoded><![CDATA[<p>If you embed the font in the main application that loads the modules, it will work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mithun</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-4300</link>
		<dc:creator>Mithun</dc:creator>
		<pubDate>Thu, 25 Jun 2009 11:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-4300</guid>
		<description>This solution does not work when Application contains modules.

I have done all the mandatory steps required as guided above -
1. Embedded font.
2. Specified the font-family for the Chart.
3. Used labelRotation style for verticalAxisRenderer.

If someone can please help.

Thanks in advance.

Mithun</description>
		<content:encoded><![CDATA[<p>This solution does not work when Application contains modules.</p>
<p>I have done all the mandatory steps required as guided above -<br />
1. Embedded font.<br />
2. Specified the font-family for the Chart.<br />
3. Used labelRotation style for verticalAxisRenderer.</p>
<p>If someone can please help.</p>
<p>Thanks in advance.</p>
<p>Mithun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-1582</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-1582</guid>
		<description>hello all,
when i reduced  the width and height of application to  300 * 250 and add more data to array,
then i found that labels of X axis are not visible properlly, when i write font-size:20 at stylessheet,
it is increasing size of both x and y axis.
could we increase the only size of y axis which is rotated?
thx in advanced,
:)</description>
		<content:encoded><![CDATA[<p>hello all,<br />
when i reduced  the width and height of application to  300 * 250 and add more data to array,<br />
then i found that labels of X axis are not visible properlly, when i write font-size:20 at stylessheet,<br />
it is increasing size of both x and y axis.<br />
could we increase the only size of y axis which is rotated?<br />
thx in advanced,<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-1584</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 03 Feb 2009 11:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-1584</guid>
		<description>Thanks.. I am new to flex..
 Can you please guide me where i should add this content, within verticalAxis or  within verticalAxisRenderers..
In the above example i have to rotate label &quot;player&quot; on y-axis to 180 degree...Can you guide me with reference to above example...</description>
		<content:encoded><![CDATA[<p>Thanks.. I am new to flex..<br />
 Can you please guide me where i should add this content, within verticalAxis or  within verticalAxisRenderers..<br />
In the above example i have to rotate label &#8220;player&#8221; on y-axis to 180 degree&#8230;Can you guide me with reference to above example&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reply to Anonymous</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-1579</link>
		<dc:creator>Reply to Anonymous</dc:creator>
		<pubDate>Mon, 02 Feb 2009 09:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-1579</guid>
		<description>If verticalRenderer is declared as  --

var verticalRenderer:AxisRenderer = new AxisRenderer();

verticalRenderer.setStyle(&quot;verticalAxisTitleAlignment&quot;, &quot;vertical&quot;);

This will resolve your issue.

Regards</description>
		<content:encoded><![CDATA[<p>If verticalRenderer is declared as  &#8211;</p>
<p>var verticalRenderer:AxisRenderer = new AxisRenderer();</p>
<p>verticalRenderer.setStyle(&#8220;verticalAxisTitleAlignment&#8221;, &#8220;vertical&#8221;);</p>
<p>This will resolve your issue.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/comment-page-1/#comment-1578</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/15/rotating-labels-in-a-flex-chart-axis-using-the-labelrotation-style/#comment-1578</guid>
		<description>can anyone tell me how to rotate the display name of vertical axis in flex 3... its not working with axis renderers...</description>
		<content:encoded><![CDATA[<p>can anyone tell me how to rotate the display name of vertical axis in flex 3&#8230; its not working with axis renderers&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

