Randy Johnson
Randy Johnson

Reputation: 45

CFCHART - How do I get the Y-Axis label to show on the right side only?

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

Answers (1)

Leigh
Leigh

Reputation: 28873

Try the primaryYAxisPlacement property

<frame xDepth="12" yDepth="11" primaryYAxisPlacement="Right"/>

Upvotes: 2

Related Questions