I am using cfchart and I cannot figure out how to get the Y-Axis to only show on the right side. I have opened up the web charts editor in the coldfusion/charts directory without any luck.

I found this link that shows 2 axis but it did not help

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Try the primaryYAxisPlacement property

<frame xDepth="12" yDepth="11" primaryYAxisPlacement="Right"/>
link|improve this answer
That did the trick. Thank You! – Randy Johnson Jan 19 at 16:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.