<?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: Taking Control of Flex Charting Styles</title>
	<atom:link href="http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<pubDate>Wed, 07 Jan 2009 10:04:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: millag</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-1836</link>
		<dc:creator>millag</dc:creator>
		<pubDate>Mon, 15 Dec 2008 18:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-1836</guid>
		<description>Hi , I want to ask about how the LineChart decides to clip it's content . I have this kind of problem:
lets say that there is only one series for the chart  and dataProvider for this series contains dataPoints all with zero value for the verticalAxis .The problem is that sometimes the chart decides to clip all the lines connecting dataPoints resulting in nothing being shown on the chart.Can this clipping be avoided somehow ?
many thanks
ps excuse me for my bad english</description>
		<content:encoded><![CDATA[<p>Hi , I want to ask about how the LineChart decides to clip it&#8217;s content . I have this kind of problem:<br />
lets say that there is only one series for the chart  and dataProvider for this series contains dataPoints all with zero value for the verticalAxis .The problem is that sometimes the chart decides to clip all the lines connecting dataPoints resulting in nothing being shown on the chart.Can this clipping be avoided somehow ?<br />
many thanks<br />
ps excuse me for my bad english</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nikki08</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-1405</link>
		<dc:creator>nikki08</dc:creator>
		<pubDate>Fri, 26 Sep 2008 14:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-1405</guid>
		<description>and if to set the fixed horizontal axis, which does not change according to the amount of data, as would have to do?</description>
		<content:encoded><![CDATA[<p>and if to set the fixed horizontal axis, which does not change according to the amount of data, as would have to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-1352</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sat, 30 Aug 2008 20:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-1352</guid>
		<description>@Amy - good catch.  The labelGap is a much simpler solution, and I have updated my sample code to reflect this.

@marco - yes, you can place items in the "backgroundElements" property of the chart.  The only catch is that they have to extend ChartElement, so if you want to place an image for example, you would have to wrap it in a custom class.</description>
		<content:encoded><![CDATA[<p>@Amy - good catch.  The labelGap is a much simpler solution, and I have updated my sample code to reflect this.</p>
<p>@marco - yes, you can place items in the &#8220;backgroundElements&#8221; property of the chart.  The only catch is that they have to extend ChartElement, so if you want to place an image for example, you would have to wrap it in a custom class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marco</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-1351</link>
		<dc:creator>marco</dc:creator>
		<pubDate>Fri, 29 Aug 2008 08:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-1351</guid>
		<description>Is it possible to fill the linechart background with custom graphics?
Many tanks</description>
		<content:encoded><![CDATA[<p>Is it possible to fill the linechart background with custom graphics?<br />
Many tanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-825</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Thu, 24 Jul 2008 01:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-825</guid>
		<description>How much difference is there between using your tick marks set to the background color and placed outside of the axes and using the labelGap on the axes?</description>
		<content:encoded><![CDATA[<p>How much difference is there between using your tick marks set to the background color and placed outside of the axes and using the labelGap on the axes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-317</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-317</guid>
		<description>Yes, the Gridlines tag has the styles "verticalFill", "verticalAlternateFill", "horizontalFill" and "horizontalAlternateFill".  In this example you would use the vertical fills for the BarChart and horizontal fills for the ColumnChart and LineChart.

You should consider the fact that the fills will add some clutter to the graph which could reduce readability in some cases, but if you do choose to use them, I would suggest using the background color (white) for the vertical fill and a very light gray (like #F2F2F2) for the alternateFill.</description>
		<content:encoded><![CDATA[<p>Yes, the Gridlines tag has the styles &#8220;verticalFill&#8221;, &#8220;verticalAlternateFill&#8221;, &#8220;horizontalFill&#8221; and &#8220;horizontalAlternateFill&#8221;.  In this example you would use the vertical fills for the BarChart and horizontal fills for the ColumnChart and LineChart.</p>
<p>You should consider the fact that the fills will add some clutter to the graph which could reduce readability in some cases, but if you do choose to use them, I would suggest using the background color (white) for the vertical fill and a very light gray (like #F2F2F2) for the alternateFill.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ritu</title>
		<link>http://www.rphelan.com/2008/05/23/taking-control-of-flex-charting-styles/comment-page-1/#comment-311</link>
		<dc:creator>Ritu</dc:creator>
		<pubDate>Thu, 05 Jun 2008 05:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rphelan.com/?p=36#comment-311</guid>
		<description>can we provide alnate row colors in charts background in flex?</description>
		<content:encoded><![CDATA[<p>can we provide alnate row colors in charts background in flex?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
