标签: java android teechart
将DateTime值添加到Area系列时,标签会重复,如下所示。你怎么避免这种怪异?
DateTime
Area
应为“31/12/2012”和“01/01/2013”。
答案 0 :(得分:1)
您应该为底轴设置DateTime增量,如教程4中所述:
tChart1.getAxes().getBottom().setIncrement(Utils.getDateTimeStep(DateTimeStep.ONEDAY));
可以在TeeChart文件附带的所谓文件夹中找到教程。