I have ran into this before... Here's the fix I used:

<cfchart gridlines="11" scaleFrom=0" scaleTo="100" .... > </cfchart>

This will display a graph with each gridLine representing 10. 

The trick here is that scaleTo / (gridlines + 1) should equal an integer value. 
You add one to the gridlines value for the baseline (0) gridlline. 

Does that make sense? Hope that helps. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269506
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