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」である必要があります。
チュートリアル4で説明されているように、下軸のDateTime増分を設定する必要があります。
tChart1.getAxes().getBottom().setIncrement(Utils.getDateTimeStep(DateTimeStep.ONEDAY));
チュートリアルは、TeeChartファイルに含まれているいわゆるフォルダーにあります。