freelanceprogrammers.org Forum Index » Cold Fusion
cfchartseries valuecolumn issue
Joined: 26 Mar 2005
Posts: 5
cfchartseries valuecolumn issue
cfquery "qryAnswer" returns three columns (QYesCount, QnoCount, and
QNACount). What I am trying to do is drawing a bar chart with the
itemcolumn "QNo" (=Question Numbers) against the three columns. What
do you put more than one column onto valuecolumn in cfchartseries? Is
there any other way to get around this?
<cfchart
xaxistitle="Question 3, 5, 7, 14, 14a, 15"
yaxistitle="Count of Yes/No/NA"
scaleFrom="0"
gridlines="5"
rotated="no"
SHOWXGRIDLINES="yes"
SHOWYGRIDLINES="yes"
CHARTWIDTH="900"
CHARTHEIGHT="400"
SHOWBORDER="no">
<cfchartseries
type="bar"
query="qryAnswer"
itemcolumn="QNo"
valuecolumn="QYesCount"
paintStyle="raise">
</cfchart>
Tia,
Daniel
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







