Sign in to follow this  
asmaa

y-scale duplicated number(y-scale label)

Recommended Posts

i have a duplicated numbers in y-axis values as the following image

 

 

 

 

 

y-ScaleChart.JPG

 

 

 

 

 

what is the property to remove this duplicating!!!

 

 

 

 

 

thnx in advance

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Rajroop

Could you please re-send the image please?

 

 

 

Also, please attach your XML to the post so we may have a look.

 

 

 

Looking forward to your reply.

Share this post


Link to post
Share on other sites

Duplicated numbers in y-axis

 

this is the Image

 

 

 

DuplicatedNumbers.JPG

 

 

 

or pls check this link-->

 

http://rs368gc.rapidshare.com/files/256006428/5123670/DuplicatedNumbers.JPG

 

 

 

and the following is the xml

 

 

 

 

canvasBgColor='FCFCD8' bgColor='EEEFC3' numDivLines='12' divLineColor='DAE1E8' divLineAlpha='75' alternateHGridAlpha='30'

 

decimals='0' baseFontColor='899FB6' outCnvBaseFontColor='444C60' toolTipBorderColor='DAE1E8' toolTipBgColor='FFFFFF'

 

toolTipSepChar=' ' showAlternateHGridColor='1' alternateHGridColor='DAE1E8' dataStreamURL='{@Page}' yAxisName='{@yAxisName}' xAxisName='{@xAxisName}'

 

refreshInterval='3' numDisplaySets='15' showLegend='1' showLabels='1' showRealTimeValue='0' labelDisplay='none' showShadow='1'

 

showPlotBorder='0' plotBordercolor='FFFFFF' plotGradientColor='' labelStep='2' canvasLeftMargin='50'>

 

 

 

 

 

 

{@categories}

 

 

{@dataSets}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

thnx in advance

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi asma,

Please try setting the value for the "yAxisMaxvalue" and "yAxisMinValue" attribute in the <chart> element.

Also, please try setting the value for the "numdivlines" attribute of the <chart> element along with setting the value of "adjustDiv" to '0' in the <chart> element.

Hope this helps. :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this