MCQs > IT & Programming > Adobe ColdFusion > You have written a cfquery ('HireSalaries') to retrieve two derived columns 'Year' and 'AverageHike.'Which of the following is the right way to plot an area type line graph with this cfquery?

Adobe ColdFusion MCQs

You have written a cfquery ("HireSalaries") to retrieve two derived columns "Year" and "AverageHike." Which of the following is the right way to plot an area type line graph with this cfquery?


Answer

Correct Answer: cfchart chartWidth=380 show3D="yes" cfchartseries type="area" query="HireSalaries"valueColumn="AverageHike" itemColumn="Year"//cfchart

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Adobe ColdFusion Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it