Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
向系列添加DateTime值时Area,标签会重复,如下所示。你如何避免这种怪异现象?
DateTime
Area
应该是“31/12/2012”和“01/01/2013”。
您应该为底部轴设置一个 DateTime 增量,如教程 4 中所述:
tChart1.getAxes().getBottom().setIncrement(Utils.getDateTimeStep(DateTimeStep.ONEDAY));
教程可以在 TeeChart 文件中包含的所谓文件夹中找到。