Hi,
Hope everybody has had very good New Year''s festivals.
Actually, I've got an issue with Vertical Text Orientation. Is there a way to do this in CF?
I know that as far as the report builder is concerned, there is a property called x-axis orientation in the file default.xml (CFusionMX7\charting\styles\default.xml) which you can set to Vertical for that matter.
This is ok, for charts in cfreport builder I've got no problem with the vertical orientation of the x-axis labels.
I want to reproduce the same in CF e.g.
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="myclassname">Label 1 appears in vertical orientation</td>
<td class="myclassname">Label 2 appears in vertical orientation</td>
<td class="myclassname">Label 3 appears in vertical orientation</td>
</tr>
<!--- Here I just output my query --->
</table>
Your help will be greatly appreciated.
Thanks and regards,
Yogesh Mahadnac.
Hope everybody has had very good New Year''s festivals.
Actually, I've got an issue with Vertical Text Orientation. Is there a way to do this in CF?
I know that as far as the report builder is concerned, there is a property called x-axis orientation in the file default.xml (CFusionMX7\charting\styles\default.xml) which you can set to Vertical for that matter.
This is ok, for charts in cfreport builder I've got no problem with the vertical orientation of the x-axis labels.
I want to reproduce the same in CF e.g.
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="myclassname">Label 1 appears in vertical orientation</td>
<td class="myclassname">Label 2 appears in vertical orientation</td>
<td class="myclassname">Label 3 appears in vertical orientation</td>
</tr>
<!--- Here I just output my query --->
</table>
Your help will be greatly appreciated.
Thanks and regards,
Yogesh Mahadnac.