<?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: Retrieving Values for 3D Bar Chart Component</title>
	<atom:link href="http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: John Smith</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2508</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Tue, 03 Aug 2004 21:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2508</guid>
		<description>Hi

Can anyone please tell me if it is possible to have more than one line on the Line Chart component of the Flash Charting Components ?

Thanks in advance
John
</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can anyone please tell me if it is possible to have more than one line on the Line Chart component of the Flash Charting Components ?</p>
<p>Thanks in advance<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: welly</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2507</link>
		<dc:creator>welly</dc:creator>
		<pubDate>Wed, 19 May 2004 16:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2507</guid>
		<description>does anyone know how to pull in data from xml, txt file or even a dynamic text box ? to the flash charting components set 2 ?

thanks
welly</description>
		<content:encoded><![CDATA[<p>does anyone know how to pull in data from xml, txt file or even a dynamic text box ? to the flash charting components set 2 ?</p>
<p>thanks<br />
welly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2506</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Mon, 15 Dec 2003 19:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2506</guid>
		<description>Hi ! its me again.... another stupid question, lol....

  Can u tell me, how can I bring XML information from my site using ACCESS&#039;s DataBase to generate a grafic in swf automatic ??</description>
		<content:encoded><![CDATA[<p>Hi ! its me again&#8230;. another stupid question, lol&#8230;.</p>
<p>  Can u tell me, how can I bring XML information from my site using ACCESS&#8217;s DataBase to generate a grafic in swf automatic ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapna</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2505</link>
		<dc:creator>Sapna</dc:creator>
		<pubDate>Wed, 10 Dec 2003 14:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2505</guid>
		<description>Sorry the &#039;alert&#039; or the trace is the first line in the function.

Sapna.</description>
		<content:encoded><![CDATA[<p>Sorry the &#8216;alert&#8217; or the trace is the first line in the function.</p>
<p>Sapna.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sapna</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2504</link>
		<dc:creator>Sapna</dc:creator>
		<pubDate>Wed, 10 Dec 2003 14:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2504</guid>
		<description>hi,

Sorry to ask such a basic question, but I&#039;m stuck!  

I&#039;m using the f3dpiechart component from DRK5.  I&#039;ve placed the empty comp. on the stage and named it.

IN the first frame of the main time line i have this code.

button_btn.onPress = function(){
	var dp = new DataProviderClass();
	dp.addItem( { data: [1,2,3,4,5,6,7], color: 0xFF0000, label: &quot;red co.&quot; } );
	dp.addItem( { data: [3,4,5,6,7,8,9], color: 0x00FF00, label: &quot;green co.&quot; } );
	dp.addItem( { data: [4,9,8,7,6,5,4], color: 0x0000FF, label: &quot;blue co.&quot; } );
	myPieChart_apc.setDataProvider ( dp );
}

The alert works when i hit the button.  But then nothing.  The pir chart never gets updated!  What am i doing wrong?  please help!  I&#039;ve been fiddling for a whole day.

Sapna.</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>Sorry to ask such a basic question, but I&#8217;m stuck!  </p>
<p>I&#8217;m using the f3dpiechart component from DRK5.  I&#8217;ve placed the empty comp. on the stage and named it.</p>
<p>IN the first frame of the main time line i have this code.</p>
<p>button_btn.onPress = function(){<br />
	var dp = new DataProviderClass();<br />
	dp.addItem( { data: [1,2,3,4,5,6,7], color: 0xFF0000, label: &#8220;red co.&#8221; } );<br />
	dp.addItem( { data: [3,4,5,6,7,8,9], color: 0x00FF00, label: &#8220;green co.&#8221; } );<br />
	dp.addItem( { data: [4,9,8,7,6,5,4], color: 0x0000FF, label: &#8220;blue co.&#8221; } );<br />
	myPieChart_apc.setDataProvider ( dp );<br />
}</p>
<p>The alert works when i hit the button.  But then nothing.  The pir chart never gets updated!  What am i doing wrong?  please help!  I&#8217;ve been fiddling for a whole day.</p>
<p>Sapna.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2503</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Mon, 08 Dec 2003 21:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2503</guid>
		<description>Hi,

I have a question a about Chart Components Set 2. Well, I puted that code you show as ex and didnÃ‚Â´t worked, because the component donÃ‚Â´t show up. ItÃ‚Â´s like heÃ‚Â´s invible or something, I tested with another codes and I tryed to put the values myself at parameters, but nothing works ! how can I make the component show up in the movie ??

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a question a about Chart Components Set 2. Well, I puted that code you show as ex and didnÃ‚Â´t worked, because the component donÃ‚Â´t show up. ItÃ‚Â´s like heÃ‚Â´s invible or something, I tested with another codes and I tryed to put the values myself at parameters, but nothing works ! how can I make the component show up in the movie ??</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Pritchard</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2502</link>
		<dc:creator>Ben Pritchard</dc:creator>
		<pubDate>Fri, 22 Aug 2003 22:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2502</guid>
		<description>I have real basic question I think.  How can I have one group of lets say 3 bar charts (not multiple groups shown in perspective) and have all three bars have different colors?  I can&#039;t seem to find out how to do this anywhere - is it possible?  I was wondering how you would return the bar&#039;s instance name and then actually change the color.  Thanks!</description>
		<content:encoded><![CDATA[<p>I have real basic question I think.  How can I have one group of lets say 3 bar charts (not multiple groups shown in perspective) and have all three bars have different colors?  I can&#8217;t seem to find out how to do this anywhere &#8211; is it possible?  I was wondering how you would return the bar&#8217;s instance name and then actually change the color.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matty</title>
		<link>http://www.mikechambers.com/blog/2003/08/11/retrieving-values-for-3d-bar-chart-component/comment-page-1/#comment-2501</link>
		<dc:creator>Matty</dc:creator>
		<pubDate>Mon, 11 Aug 2003 21:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=586#comment-2501</guid>
		<description>Thanks Mike.</description>
		<content:encoded><![CDATA[<p>Thanks Mike.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

