Removing Decimals from Data Lables bar on line bar graph
***I am using 10g Report and Horizantal bar graph format***
I m having problems formating the way my graphs data Label bar . I'm creating a Horizantal bar graph and attempted several different ways in editing the Graph XML. Does anyone know what I need to do exclude the decimals in my graphs.
Any help? Thanks!
<rw:graph id="CT_1" src="G_atmcode" groups="location" dataValues="AVG_REPLUSH_MONTH">
<!--
<?xml version="1.0" ?>
<Graph version="3.2.0.22" graphType="BAR_HORIZ_CLUST">
<LegendArea visible="false" automaticPlacement="AP_NEVER" position="LAP_TOP"/>
<MarkerText visible="true">
<GraphFont size="9"/>
</MarkerText>
<O1Axis lineWidth="1" lineColor="#0"/>
<O1TickLabel textRotation="TR_HORIZ" tickLabelSkipMode="TLS_AUTOMATIC" tickLabelSkipCount="0" tickLabelSkipFirst="0" automaticRotation="AR_NO_ROTATE">
<GraphFont name="SansSerif" size="10"/>
</O1TickLabel>
<PlotArea borderColor="#ffffff" borderTransparent="false" fillColor="#ffffff" fillTransparent="false"/>
<Subtitle>
<GraphFont underline="true"/>
</Subtitle>
<ThreeDFloor sharePanelProperties="true"/>
<Title text="ATMs with Average Replenishment Frequency >10 /Month" visible="true">
<GraphFont underline="true"/>
</Title>
<Y1Axis lineColor="#ffffff"/>
<Y1MajorTick visible="false"/>
<Y1TickLabel textRotation="TR_HORIZ">
<GraphFont size="10"/>
</Y1TickLabel>
<Y2MajorTick visible="false"/>
</Graph>
-->
</rw:graph>