Diux Report post Posted June 10, 2009 hi I want to have only INTEGER values in my graph, but IF all <set value = 0> in chart, then FC chooses wrong YaxisValues for me, for example (0.03, 0.06, 0.09, 0.12 and 0.15) Is it possible to do, that it will show 1,2,3,4,5 ? (yAxisValueDecimals = ''0'' decimals =''0'' are useless ) thanks. Share this post Link to post Share on other sites
saptarshi Report post Posted June 10, 2009 Hello, Welcome to the forum! Could you please send us the XML that you are using so that we may have a look? Share this post Link to post Share on other sites
Diux Report post Posted June 10, 2009 <chart caption='Monthly Unit Sales' xAxisName='Month' yAxisName='Units' showValues='0' decimals='0' formatNumberScale='0'> <set label='Jan' value='0' /> <set label='Feb' value='0' /> <set label='Mar' value='0' /> <set label='Apr' value='0' /> <set label='May' value='0' /> <set label='Jun' value='0' /> <set label='Jul' value='0' /> <set label='Aug' value='0' /> <set label='Sep' value='0' /> <set label='Oct' value='0' /> <set label='Nov' value='0' /> <set label='Dec' value='0' /> </chart> Share this post Link to post Share on other sites
Diux Report post Posted June 10, 2009 p.s. Column3D.swf Share this post Link to post Share on other sites
saptarshi Report post Posted June 11, 2009 Hello, Could you please add the following attributes to your chart element and try once again? yAxisMinValue='0' yAxisMaxValue='5' numdivlines='4' Hope this works. Share this post Link to post Share on other sites
Diux Report post Posted June 11, 2009 Wow!! Thank you very much! It was so easy It is great that this forum exists! :w00t: Share this post Link to post Share on other sites
saptarshi Report post Posted June 12, 2009 Hello, You are most welcome. Share this post Link to post Share on other sites