Hey folks,

CF8.  I am plotting on X-axis "scores" (values 1 to 10), and on the Y-axis the 
number of people scoring that score.  

However, CFCHART is formatting the "scores" as decimals:  1.0, 2.0,...,10.0.

I have tried all sorts of things in the associated xml stylesheet:

                <xAxis>
                        <labelStyle isHideOverlapped="false" 
orientation="vertical"/>
                        <titleStyle font="Arial-10-bold" isMultiline="false"/>
                        <labelFormat style="Pattern" pattern="##0"/>
                </xAxis>

I *thought* that labelFormat would solve the problem, but it seems to be 
getting ignored.  No matter what I set labelFormat to, I still get 1.0,...

The stylesheet's titlestyle font is also being ignored.  No matter what I set 
the font to, it doesn't change.  However, if I change the orientation tag, the 
orientation changes, so I most certainly am using the right stylesheet. 

Does anyone have any experience with modifying the formatting and/or font of 
the X-axis?  At a loss...

Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319353
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to