The board has been very very quiet over the past few weeks so I figured I
would try one more time on this as it is still an open issue for me.
I have a report that I am generating that utilizes a horizontal bar cfchart.
I am having an issue with the styling of the y-axis.
The problem is that if there is a space in the label it creates a carriage
return. Here is the xml code that I'm using to style:
<?xml version="1.0" encoding="UTF-8"?>
<frameChart>
<frame xDepth="8" outline="#666666"/>
<xAxis>
<labelStyle isHideOverlapped="false" orientation="Horizontal"/>
<titleStyle font="Arial-12-bold" isMultiline="false"/>
</xAxis>
<yAxis scaleMin="0">
<labelStyle isMultiline="false"/>
</yAxis>
<elements place="Stacked" drawShadow="false" shapeSize="55">
<morph morph="Grow"/>
</elements>
<dataLabels foreground="black" isMultiline="false"/>
<popup decoration="RoundShadow" background="white" foreground="black"
isMultiline="false"/>
<decoration style="RoundShadow"/>
<table>
<colLabels isMultiline="false"/>
<rowLabels font="Arial Black-12" foreground="black"
isMultiline="false"/>
</table>
<paint palette="Dawn" paint="Light" isVertical="false" min="47" max="83"/>
<insets left="10" top="10" right="10" bottom="10"/>
</frameChart>
I've tried using WebCharts to resolve the issue but can't seem to figure it
out. Any help?