I have a Coldfusion CfChart Bar Graph, that has X-Axis = Questions, and Y-Axis = Scores (0-100), but what I want to do is add a a Target Score Line on the graph, that goes acros
Yes, you can generate background ranges by using a custom style. See CFCHART-Tip--Background-Ranges
ie Using the <limits> element
<limits>
<frameChart is3d="false"> <yAxis> <limits index="0" min="0" max="85" color="#ff8000"/> </yAxis> </frameChart>