1

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

1 Answers1

2

Try the primaryYAxisPlacement property

<frame xDepth="12" yDepth="11" primaryYAxisPlacement="Right"/>
Leigh
  • 28,765
  • 10
  • 55
  • 103