0

I am using AChartEngine Library to build chart in my application.

I am facing one issue with my TimeChart that when graph gets zoom in or out the lable gets generated again, I want to prevent that label generation when graph gets zoom in or out.

Example :

TimeChart :

When I first prepare my graph it is showing 31 days but when I do the zoom out then some dates gets duplicated.

4

1 回答 1

0

尝试使用此方法,看看它是否可以改进:

renderer.setXRoundedLabels(false);
于 2013-10-08T11:01:49.940 回答