<?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: B-Line Charting Component 2.5 Released</title>
	<atom:link href="http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/</link>
	<description>Technical discussion of Flex, Flash, and RIA development</description>
	<lastBuildDate>Thu, 12 Apr 2012 03:11:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bob Staple</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-340</link>
		<dc:creator>Bob Staple</dc:creator>
		<pubDate>Wed, 17 Nov 2004 04:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-340</guid>
		<description>Guten Tag - Hier ist ein sehr schooner Site. Cheap Staples

Danke!
Bob Staple
</description>
		<content:encoded><![CDATA[<p>Guten Tag &#8211; Hier ist ein sehr schooner Site. Cheap Staples</p>
<p>Danke!<br />
Bob Staple</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: instant loan</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-339</link>
		<dc:creator>instant loan</dc:creator>
		<pubDate>Tue, 02 Nov 2004 20:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-339</guid>
		<description>Hello there,

Iwas browsing the web and found this blog.  Some interesting quotes. Keep them coming!

Alice
instant loan</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>Iwas browsing the web and found this blog.  Some interesting quotes. Keep them coming!</p>
<p>Alice<br />
instant loan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-338</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 01 Dec 2003 18:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-338</guid>
		<description>Jon,

Please send all support requests to support&#064;blinex&#046;com.  The request will get logged and responded to according to our support policy (which is an extremely generous in my opinion).

Thanks,

Sam</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Please send all support requests to support&#64;blinex&#46;com.  The request will get logged and responded to according to our support policy (which is an extremely generous in my opinion).</p>
<p>Thanks,</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tennis</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-337</link>
		<dc:creator>tennis</dc:creator>
		<pubDate>Mon, 01 Dec 2003 14:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-337</guid>
		<description>Hi Sam,

I am having real trouble getting controling the axis colour and alpha - I have followed the reference guide to the letter but i can&#039;t get it to work -  I have even tried using the examples listed in the ref in the guide and inserted them in to the simpleCharts.fla example file but no luck (globalBLChartFormat.axisAlpha = 80; into frame 2 with all of the other globalBLChartFormat statments...) any idea what i&#039;m doing wrong?

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi Sam,</p>
<p>I am having real trouble getting controling the axis colour and alpha &#8211; I have followed the reference guide to the letter but i can&#8217;t get it to work &#8211;  I have even tried using the examples listed in the ref in the guide and inserted them in to the simpleCharts.fla example file but no luck (globalBLChartFormat.axisAlpha = 80; into frame 2 with all of the other globalBLChartFormat statments&#8230;) any idea what i&#8217;m doing wrong?</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-336</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 06 Nov 2003 22:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-336</guid>
		<description>Hi Andy,

Thanks for purchasing the components.

There is no horizontal bar chart because the components are architecturally fixed to having a scaled Y axis as opposed to a categorical Y axis (the X axis can be both categorical or scaled).  With the 3.0 set along with moving to the new v2 component architecture we&#039;re also changing the underlying architecture of the components in several key ways to address this issue.  With 3.0 we will have horizontal bars as well as many more options regarding scaling of axes.

The axes will auto-scale by default based on the values in the charts.  If you want to turn-off auto scaling you can use this code:

yax = chart.getYAxis();
yax.setAutoScale(false);
yax.setMinValue(0);
yax.setMaxValue(50);
yax.setMajorUnit(10);

If you&#039;re having a problem other than scaling please send an example fla to our support address (support at blinex dot com).

Best regards,

Sam</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Thanks for purchasing the components.</p>
<p>There is no horizontal bar chart because the components are architecturally fixed to having a scaled Y axis as opposed to a categorical Y axis (the X axis can be both categorical or scaled).  With the 3.0 set along with moving to the new v2 component architecture we&#8217;re also changing the underlying architecture of the components in several key ways to address this issue.  With 3.0 we will have horizontal bars as well as many more options regarding scaling of axes.</p>
<p>The axes will auto-scale by default based on the values in the charts.  If you want to turn-off auto scaling you can use this code:</p>
<p>yax = chart.getYAxis();<br />
yax.setAutoScale(false);<br />
yax.setMinValue(0);<br />
yax.setMaxValue(50);<br />
yax.setMajorUnit(10);</p>
<p>If you&#8217;re having a problem other than scaling please send an example fla to our support address (support at blinex dot com).</p>
<p>Best regards,</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Clark</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-335</link>
		<dc:creator>Andy Clark</dc:creator>
		<pubDate>Thu, 06 Nov 2003 21:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-335</guid>
		<description>Hi Sam
  I have just purchased the product. Couple of initial points
   1  Why no horizontal bar charts
 2    Also if i have it right you can only set maximum values of the axes on some charts. On the bar charts i have produced the axes are coming out almost double the maximum value. Your chart maker example works better. What am I missing?
    Cheers
     AndyC</description>
		<content:encoded><![CDATA[<p>Hi Sam<br />
  I have just purchased the product. Couple of initial points<br />
   1  Why no horizontal bar charts<br />
 2    Also if i have it right you can only set maximum values of the axes on some charts. On the bar charts i have produced the axes are coming out almost double the maximum value. Your chart maker example works better. What am I missing?<br />
    Cheers<br />
     AndyC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-334</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 06 Nov 2003 16:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-334</guid>
		<description>Joe,

If you have general questions about programming in Flash I&#039;d suggest you try the Macromedia forums at &lt;a href=&quot;http://webforums.macromedia.com/flash&quot; rel=&quot;nofollow&quot;&gt;http://webforums.macromedia.com/flash&lt;/a&gt; or the Flashcoders mailing list at &lt;a href=&quot;http://chattyfig.figleaf.com.&quot; rel=&quot;nofollow&quot;&gt;http://chattyfig.figleaf.com.&lt;/a&gt;

If you&#039;re question is specifically about our charting components, please be more specific.

Best regards,

Sam</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>If you have general questions about programming in Flash I&#8217;d suggest you try the Macromedia forums at <a href="http://webforums.macromedia.com/flash" rel="nofollow">http://webforums.macromedia.com/flash</a> or the Flashcoders mailing list at <a href="http://chattyfig.figleaf.com." rel="nofollow">http://chattyfig.figleaf.com.</a></p>
<p>If you&#8217;re question is specifically about our charting components, please be more specific.</p>
<p>Best regards,</p>
<p>Sam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://rewindlife.com/2003/11/04/b-line-charting-component-25-released/comment-page-1/#comment-333</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 06 Nov 2003 04:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://rewindlife.com/?p=97#comment-333</guid>
		<description>How to modify component if Flash 2004?</description>
		<content:encoded><![CDATA[<p>How to modify component if Flash 2004?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

