Monday, February 18, 2008

Making the bottom labels as vertical

 
Here is a cool method from Ray to make the bottom labels on a chart to show vertically on the graph instead of horizontal.
 
 
Use the built in chart editor(CF_HOME\charting\webcharts.bat)And just change the XAxis/Style/Label/Orientation setting to Vertical.
The xml would look like this:
 
<frameChart>
<xAxis>
<labelStyle orientation="Vertical"/>
</xAxis>
</frameChart>
 
 
 
Passing this onto chart, it looks like below:

Here is how the original horizontal one looks:

You also have options for Slanted, here is an example of Slanted:

 
 

Monday, February 04, 2008

ColdFusion 9 Survey

Hi,
 
As a part of the research for Centaur (ColdFusion 9) , we have created these two surveys . 
 
Adobe ColdFusion Survey
 
Platform and Vendor Support
 
Please take some time out to fill up the surveys.
 
 
Thanks,
-ahamad