Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Removing Decimals from Data Lables bar on line bar graph

Arshad KamalMar 28 2013
***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 &gt;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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 25 2013
Added on Mar 28 2013
0 comments
213 views