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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -