An extra information: When I check WebChats3D XML syntax, I have something like following.
<?xml version="1.0" encoding="UTF-8"?> <XML type="default"> <COL>2000</COL> <COL>2001</COL> <COL>2002</COL> <COL>2003</COL> <COL>2004</COL> <ROW col0="100.0" col1="200.0" col2="300.0" col3="120.0" col4="200.0">Sample 0:</ROW> <ROW col0="-150.0" col1="500.0" col2="650.0" col3="830.0" col4="250.0">Sample 1:</ROW> <ROW col0="-200.0" col1="-400.0" col2="400.0" col3="-280.0" col4="300.0">Sample 2:</ROW> <ROW col0="-250.0" col1="500.0" col2="550.0" col3="-330.0" col4="350.0">Sample 3:</ROW> </XML> Here we have "COL" values and I just need to populate these values in CFCHART. But how? TIA! -----Original Message----- From: Oßuz_Demirkapñ [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 6. April 2006 23:57 To: CF-Talk Subject: RE: CFCHART Sorry for HTML mail. You can reach sample graph via http://demirkapi.net/cfchart/mygraph01.png TIA! -----Original Message----- From: Oðuz_Demirkapý [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 6. April 2006 23:54 To: CF-Talk Subject: CFCHART Hi, I have a CFCHART problem. I am just trying to populate an Agri-Bar type chart from my database. I have 4 queries to populate my cfchartseries and my queries get 5 col from database. <cfchart style="mytype.xml" format="png" scaleFrom="-1" scaleTo="1" chartWidth="600" chartHeight="300" name="mygraph"> <cfchartseries seriescolor="ff9900" type="horizontalbar" query="myquery1" serieslabel="mylabel" valueColumn="myvalues" itemColumn="mychoices" /> <cfchartseries seriescolor="cc0000" type="horizontalbar" query="myquery2" serieslabel="mylabel" valueColumn="myvalues" itemColumn="mychoices" /> <cfchartseries seriescolor="99ffcc" type="horizontalbar" query="myquery3" serieslabel="mylabel" valueColumn="myvalues" itemColumn="mychoices" /> <cfchartseries seriescolor="009900" type="horizontalbar" query="myquery4" serieslabel="mylabel" valueColumn="myvalues" itemColumn="mychoices" /> </cfchart> I have a graph like following. I can get my values from database but what about X-Axis labels (1-5)? How can I populate these labels from my database? When I use "myvalues" field from my queries, I have just 4 query but 5 X-Axis. :-( Any idea? TIA! Sincerely, Oðuz Demirkapý ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237147 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

