<?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: ColdFusion CFChart woes &#8211; converting from CFGraph</title>
	<atom:link href="http://www.stillnetstudios.com/cfgraph-cfchart-conversion-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/cfgraph-cfchart-conversion-problems/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Wed, 01 Feb 2012 10:14:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Gaidzag Shahbazian</title>
		<link>http://www.stillnetstudios.com/cfgraph-cfchart-conversion-problems/comment-page-1/#comment-1920</link>
		<dc:creator>Gaidzag Shahbazian</dc:creator>
		<pubDate>Tue, 09 Nov 2010 18:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2007/02/22/cfgraph-cfchart-conversion-problems/#comment-1920</guid>
		<description>Please advice me to convert the following code from CF5 to CF7. Thanks

&lt;!--- Display The Graph ---&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;APPLET CODE=&quot;BarChart.class&quot; CODEBASE=&quot;/classes/CFGraphs/&quot; WIDTH=&quot;450&quot; HEIGHT=&quot;250&quot;&gt;
&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!--- Set required record set parameters ---&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;CFOUTPUT&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;ChartData.Columns&quot; VALUE=&quot;Items,Values,Colors&quot;&gt; 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;ChartData.Items&quot; VALUE=&quot;#ValueList(GetDeputyQuery.ComplaintDeputy)#&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;ChartData.Values&quot; VALUE=&quot;#ValueList(GetDeputyQuery.CountofComplaintDeputy)#&quot;&gt; 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;ChartData.Colors&quot; VALUE=&quot;red,blue,green,yellow,magenta,cyan,orange,pink,darkgray,red,blue,green,yellow,magenta,cyan,orange,pink,darkgray&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/CFOUTPUT&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!--- Set the optional display parameters ---&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;Title&quot; VALUE=&quot;Deputy&quot;&gt; 
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;TitleFontName&quot; VALUE=&quot;Arial&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;TitleFontHeight&quot; VALUE=&quot;9&quot;&gt;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;PARAM NAME=&quot;DebugInfoEnabled&quot; VALUE=&quot;yes&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Please advice me to convert the following code from CF5 to CF7. Thanks</p>
<p>&lt;!&#8212; Display The Graph &#8212;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;APPLET CODE=&quot;BarChart.class&quot; CODEBASE=&quot;/classes/CFGraphs/&quot; WIDTH=&quot;450&quot; HEIGHT=&quot;250&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!&#8212; Set required record set parameters &#8212;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;CFOUTPUT&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;ChartData.Columns&quot; VALUE=&quot;Items,Values,Colors&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;ChartData.Items&quot; VALUE=&quot;#ValueList(GetDeputyQuery.ComplaintDeputy)#&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;ChartData.Values&quot; VALUE=&quot;#ValueList(GetDeputyQuery.CountofComplaintDeputy)#&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;ChartData.Colors&quot; VALUE=&quot;red,blue,green,yellow,magenta,cyan,orange,pink,darkgray,red,blue,green,yellow,magenta,cyan,orange,pink,darkgray&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/CFOUTPUT&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!&#8212; Set the optional display parameters &#8212;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;Title&quot; VALUE=&quot;Deputy&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;TitleFontName&quot; VALUE=&quot;Arial&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;TitleFontHeight&quot; VALUE=&quot;9&quot;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;PARAM NAME=&quot;DebugInfoEnabled&quot; VALUE=&quot;yes&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maramandan</title>
		<link>http://www.stillnetstudios.com/cfgraph-cfchart-conversion-problems/comment-page-1/#comment-1164</link>
		<dc:creator>maramandan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 11:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2007/02/22/cfgraph-cfchart-conversion-problems/#comment-1164</guid>
		<description>Hi Ryan

I have a normal chart ( type=&quot;horizontalbar&quot;) Is there any way by which I could put the X axis on the top ? Sort of like primaryXAxisplacement = Top&#124;Bottom. I didn&apos;t find this setting in CF 8 / WebCharts3D 5.1. Any Idea how this could be done? Please help me

Thanks in Advance</description>
		<content:encoded><![CDATA[<p>Hi Ryan</p>
<p>I have a normal chart ( type=&quot;horizontalbar&quot;) Is there any way by which I could put the X axis on the top ? Sort of like primaryXAxisplacement = Top|Bottom. I didn&apos;t find this setting in CF 8 / WebCharts3D 5.1. Any Idea how this could be done? Please help me</p>
<p>Thanks in Advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>

