4
我無法找到如何修改y軸的標籤。 現在我使用帶有MINUTE類的TimeSeries,然後將TimeSeries插入到數據集中。 它看起來像這樣:JFreeChart:如何在y軸上顯示小時格式
final TimeSeries s1 = new TimeSeries("Importation Time", Minute.class);
s1.add(new Minute(dateFinal),concateHourAndMinuteToGetASingleValue);
dataset.addSeries(s1);
我想要做的就是修改顯示標籤,並把一個String(05h20對爲例),而不是雙重價值。
任何幫助將不勝感激:)
謝謝!
有一個相關的例子[這裏](http://stackoverflow.com/questions/5420756)。 – trashgod 2012-07-19 19:36:00