Hi Madhumita,
Thanks for your reply.
Please find the attached data xml and the screen shot.
I tryed to use (decimals='0') and unable to get what i need.
What i need is the left Y-axis ErrorCount(Scale in image showing as 0.03, 0.06) can be zero for all the days and i need the scale to be integers and not decimals in that case.
<chart bgColor='FFFDDD' showLegend='0' showValues='0' showLabels='1' labelDisplay='ROTATE' slantLabels='1' caption='Week Summary (Error Count - Missed SLA)' xAxisName='Week' PYAxisName='Error Count' SYAxisName='Missed SLA' paletteColors='FF7F00,990000'>
<categories>
<category label='SUN'/>
<category label='MON'/>
<category label='TUE'/>
<category label='WED'/>
<category label='THU'/>
<category label='FRI'/>
<category label='SAT'/>
</categories>
<dataset seriesname='ErrorCount'>
<set value='0' toolText='(03/07/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/08/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/09/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/10/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/11/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/12/2010) - ErrorCount = 0'/>
<set value='0' toolText='(03/13/2010) - ErrorCount = 0'/>
</dataset>
<dataset seriesName='MissedSLA' parentYAxis='S'>
<set value='0' toolText='(03/07/2010) - MissedSLA = 0'/>
<set value='4' toolText='(03/08/2010) - MissedSLA = 4'/>
<set value='0' toolText='(03/09/2010) - MissedSLA = 0'/>
<set value='0' toolText='(03/10/2010) - MissedSLA = 0'/>
<set value='0' toolText='(03/11/2010) - MissedSLA = 0'/>
<set value='0' toolText='(03/12/2010) - MissedSLA = 0'/>
<set value='0' toolText='(03/13/2010) - MissedSLA = 0'/>
</dataset>
</chart>
Thanks, Venkat