<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FlexOut &#187; chart</title>
	<atom:link href="http://flex.exposedout.net/tag/chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://flex.exposedout.net</link>
	<description>i am an itemrendrer in the making!</description>
	<lastBuildDate>Fri, 13 May 2011 10:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Diagonol barChart</title>
		<link>http://flex.exposedout.net/2010/05/18/diagonol-barchart/</link>
		<comments>http://flex.exposedout.net/2010/05/18/diagonol-barchart/#comments</comments>
		<pubDate>Tue, 18 May 2010 07:51:30 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[barchart]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[diagonal bar chart]]></category>

		<guid isPermaLink="false">http://flex.exposedout.net/?p=275</guid>
		<description><![CDATA[Its not the most practical component though but for a slick &#8220;Reports UI&#8221; I had to develop a diagonal bar chart component that can be used to display a barchart 45degrees to the horizontal axis. At first i thought of solving this by using a conventional Flex Barchart but it turned out to be too [...]


Related posts:<ol><li><a href='http://flex.exposedout.net/2008/08/06/flex-charting-annotation/' rel='bookmark' title='Permanent Link: Flex Charting Annotation'>Flex Charting Annotation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Its not the most practical component though but for a slick &#8220;Reports UI&#8221; I had to develop a diagonal bar chart component that can be used to display a barchart 45degrees to the horizontal axis. At first i thought of solving this by using a conventional Flex Barchart but it turned out to be too much of effort in styling the barchart to look  like the Screenshot, So i  went ahead and wrote diagonal barChart from scratch.</p>
<p style="text-align: center;"><a href="http://flex.exposedout.net/wp-content/uploads/2010/05/diagnolbar-chart.png"><img class="size-full wp-image-276 aligncenter" title="diagnolbar chart" src="http://flex.exposedout.net/wp-content/uploads/2010/05/diagnolbar-chart.png" alt="" width="268" height="233" /></a></p>
<p style="text-align: left;"><strong>Limitations :</strong><br />
1) Chart not re-sizable<br />
2) Chart written with embedded font (otherwise label cant be rotated).<br />
3) Chart cannot be configured with direction, barThickness  and barGap.</p>
<p><strong>Features:</strong><br />
1) &#8220;n&#8221; Diagonal  bars can be drawn on screen : i have tested it with 1000 but 50 bars are more practical.<br />
2) top 10 bars drawn + Others : this feature enables you to see top 10 bars with the rest of the bars clubbed into others<br />
3)sorted/unsorted bars by value.</p>
<p>well do try it out and if you like the widget do let me kno.</p>
<p>Source <a href="http://www.exposedout.net/flexSource/DiagonalBarChart.zip" target="_blank">here</a></p>
<p>Demo <a href="http://www.exposedout.net/flexSource/DiagonalBarChart.swf" target="_self">here</a></p>


<p>Related posts:<ol><li><a href='http://flex.exposedout.net/2008/08/06/flex-charting-annotation/' rel='bookmark' title='Permanent Link: Flex Charting Annotation'>Flex Charting Annotation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://flex.exposedout.net/2010/05/18/diagonol-barchart/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flex Charting Annotation</title>
		<link>http://flex.exposedout.net/2008/08/06/flex-charting-annotation/</link>
		<comments>http://flex.exposedout.net/2008/08/06/flex-charting-annotation/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 07:18:55 +0000</pubDate>
		<dc:creator>Vikram singh</dc:creator>
				<category><![CDATA[flex]]></category>
		<category><![CDATA[chart]]></category>

		<guid isPermaLink="false">http://guavus.wordpress.com/?p=21</guid>
		<description><![CDATA[i found a  very useful component for people working with charts in flex i always wanted to add annotations and save them on the server side. sample and source code http://www.visualconcepts.ca/blog/ Click Here Related posts:uploads file via http/https Multi Language-Support in flex How to turn on debug trace in Flex


Related posts:<ol><li><a href='http://flex.exposedout.net/2008/09/09/uploads-file-via-httphttps/' rel='bookmark' title='Permanent Link: uploads file via http/https'>uploads file via http/https</a></li>
<li><a href='http://flex.exposedout.net/2008/12/04/multi-language-support-in-flex/' rel='bookmark' title='Permanent Link: Multi Language-Support in flex'>Multi Language-Support in flex</a></li>
<li><a href='http://flex.exposedout.net/2009/02/10/show-debug-trace-in-flex/' rel='bookmark' title='Permanent Link: How to turn on debug trace in Flex'>How to turn on debug trace in Flex</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;">i found a  very useful component for people working with charts in flex i always wanted to add annotations and save them on the server side.</p>
<p style="text-align:center;">sample and source code</p>
<p style="text-align:center;"><a href="http://www.meutzner.com/blog/index.cfm/2007/5/7/Flex-Chart-Annotations-Source-and-Example"> http://www.visualconcepts.ca/blog/ </a></p>
<div style="text-align:center;"><a href="http://www.visualconcepts.ca/clients/cnet/ChartAnnotation.html" target="_blank"> Click Here </a></div>
<div style="text-align:center;"><a href="http://www.visualconcepts.ca/clients/cnet/ChartAnnotation.html" target="_blank"></a><a href="http://www.visualconcepts.ca/clients/cnet/ChartAnnotation.html" target="_blank"><img src="http://www.visualconcepts.ca/blog/attachments/annotation_sample_cap.jpg" border="0" alt="" width="400" /></a></div>


<p>Related posts:<ol><li><a href='http://flex.exposedout.net/2008/09/09/uploads-file-via-httphttps/' rel='bookmark' title='Permanent Link: uploads file via http/https'>uploads file via http/https</a></li>
<li><a href='http://flex.exposedout.net/2008/12/04/multi-language-support-in-flex/' rel='bookmark' title='Permanent Link: Multi Language-Support in flex'>Multi Language-Support in flex</a></li>
<li><a href='http://flex.exposedout.net/2009/02/10/show-debug-trace-in-flex/' rel='bookmark' title='Permanent Link: How to turn on debug trace in Flex'>How to turn on debug trace in Flex</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://flex.exposedout.net/2008/08/06/flex-charting-annotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

