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.
timeseries には add(date,double) として add メソッドがあります。add(double,date) に交換する方法は?
あなたが考えるようにそれは可能だとは思いませんが、y軸に時間を保つ計画に固執すれば使用できます
mRenderer.addYTextLabel(10, "28/10/2014"); mRenderer.addYTextLabel(20, "29/10/2014"); mRenderer.addYTextLabel(30, "30/10/2014");
ここでは、文字列を y 上の特定の点で時間として設定します。