Skip to main content
Participating Frequently
June 28, 2016
Question

Angled text in CFChart for x-axis items

  • June 28, 2016
  • 0 replies
  • 634 views

I'd like to angle the labels - say 45°. Horizontal "disappears" or overlaps - neither being acceptable, while "Vertical" is hard to read and takes more space.

I have found "Horizontal" and "Vertical" work in the xml call style="myStyle" in CF10 and earlier, style="myStyle.xml" in CF 11, which references

CFexe/cfusion/charting/styles/[myStyle].xml

...

-<xAxis>

<labelStyle orientation="Vertical" isHideOverlapped="true"/>

<titleStyle isMultiline="false" font="Arial-12-bold"/>

</xAxis>

...

If I put a numeric in the orientation value assignment CF errors.

This topic has been closed for replies.