<chart caption="" subCaption="" animation="1" showLegend="1" chartRightMargin="20" labelDisplay="WRAP" showValues="0" decimals="3"> <categories><category label="Volume" /></categories> <dataSet seriesName="Count 1"><set value="1.0" showValue="0" /></dataSet> <dataSet seriesName="Count 2"><set value="1.0" showValue="0"/></dataSet> <styles><definition /><application /></styles> </chart>
MSBar2D.swf
In my x axis I see 0 .3 .6 .9 .2 .5
I only want whole number values on my axis.
I'd like to just see at the most 0 1 2 (in this chart) x axis labels, since this is a count.
What settings do I need?
Tried adjustDiv='0' xAxisValueDecimals='0' and that made it worse.
thanks,
jim

Back to top
MultiQuote