AChartEngine - How to prevent label auto generation when graph gets zoom in or out in AChartEngine Android -


i using achartengine library build chart in application.

i facing 1 issue timechart when graph gets zoom in or out lable gets generated again, want prevent label generation when graph gets zoom in or out.

example :

timechart :

when first prepare graph showing 31 days when zoom out dates gets duplicated.

try use method , see if improves things:

renderer.setxroundedlabels(false); 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -