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.
AchartEngine API の TimeSeries コントラストとして、引数として文字列のみを取り、スケール引数として渡す他の引数はありません。では、2 つの異なるスケールでどのように使用するか
ありがとう
TimeSeries複数のスケールのグラフ作成には使用しないことをお勧めします。
TimeSeries
通常の複数スケールの折れ線グラフを作成し、X 軸にタイムスタンプを設定し、カスタム ラベルを設定することをお勧めします。
// disable the default labels renderer.setXLabels(0); // add your formatted dates, several of these calls renderer.addXTextLabel(x, "formatted date");