Reputation: 45
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
Upvotes: 1
Views: 344
Reputation: 28873
Try the primaryYAxisPlacement property
<frame xDepth="12" yDepth="11" primaryYAxisPlacement="Right"/>
Upvotes: 2