Jayaprakash Report post Posted December 14, 2011 Hi, i am using the following xml to display the Bar chart.But i am facing some issue like some values not displayed properly. Please look on the below XML and give me some valuable solutiion... <chart outCnvBaseFont="GE Inspira,Arial" outCnvBaseFontSize="12" showValues="0" plotGradientColor="" palette="1" formatNumberScale="0" sFormatNumberScale="1" sNumberScaleValue="1000" sNumberScaleUnit=" " caption="Work Order Component (OTHER)" PYAxisName="No. Of WOs" SYAxisName="Cost in thousands" showBorder="0" bgColor="FFFFFF" xAxisName="" labelDisplay="Rotate" slantLabels="1" rotateValues="1" snumberPrefix="$"><categories><category label="OTHER_CP"/><category label="INSTR"/><category label="AIROPACT"/><category label="BEARING"/><category label="MTROPACT"/></categories><dataset seriesName="No. Of WOs" color="1E4191" parentYAxis="P" renderAs="Column"><set value="1443"/><set value="14"/><set value="4"/><set value="3"/><set value="3"/></dataset><dataset seriesName="Cost in thousands" color="EE3324" parentYAxis="S" renderAs="Column"><set value="3519414"/><set value="11693"/><set value="2898"/><set value="744"/><set value="1893"/></dataset><styles><definition><style name='myCaptionFont' type='font' font='GE Inspira,Arial' size='14' color='7b7c7b' bold='1'/><style name='myAxisTitlesFont' type='font' font='GE Inspira,Arial' size='12' color='7b7c7b' bold='1'/></definition><application><apply toObject='Caption' styles='myCaptionFont' /><apply toObject='SubCaption' styles='myCaptionFont' /><apply toObject='XAxisName' styles='myAxisTitlesFont' /><apply toObject='YAxisName' styles='myAxisTitlesFont' /><apply toObject='Legend' styles='myAxisTitlesFont' /></application></styles></chart> Other than the 2898 value we are able to get all other values in the 2D bar chart. If we replace that value with 3000, 500 and 1500 we are able to see the value. But its not coming for 2898. Can you help us with this.Thanks, Jayaprakash S Share this post Link to post Share on other sites
Guest Angshu Report post Posted December 14, 2011 Hi, Thanks for your post. I am afraid, we are unable to replicate the issue,as the code is working fine from our end. Please find the screenshot attached for your reference. Share this post Link to post Share on other sites