X 軸は である必要がありますTimeSeriesCollection
。
次の時系列デモを参照してください。JfreeChart Time Series
を検索すると、他の例を見つけることができます。
更新: いくつかのクラスとメソッドが使用されている@deprecated
が、例ではまだそれらを使用しているという事実に対処するには、次のように例を変更する必要があります:
1) への参照を削除しますTimeSeriesCollection::setDomainIsPointsInTime(...)
。
/* @deprecated This flag is no longer used, as of 1.0.1. The
* <code>includeInterval</code> flag in methods such as
* {@link #getDomainBounds(boolean)} makes this unnecessary.
*/
2) から 2 番目のパラメーターを削除しますTimeSeries(..., ...)
。次の理由により、必須ではありません。
/* @deprecated As of 1.0.13, it is not necessary to specify the
* <code>timePeriodClass</code> as this will be inferred when the
* first data item is added to the dataset.
*/