Set Bar color according to data in CF chart
问题 I am creating a bar graph in CF11 .Is it possible to give different colors for the different bars in CFchartseries according to the data. <cfchartseries serieslabel="Rent" type="bar" colorlist="barcolr_list"> <cfloop index="counter" from=1 to="#ArrayLen(PropName_arry)-1#" step="1"> <cfchartdata item="#PropName_arry[counter]#" value="#Grossrent_arry[counter]#" > </cfloop> </cfchartseries> I read in docs that the colorlist attribute is available for pie,pyramid..etc graph . How can i set