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」を使用していますが、y軸のデータを1、2、3から0.5、1.0、1.5などに変更したいです。ありがとうございます。
独自のカスタム ラベルを設定できます。
renderer.addYTextLabel(1, "0.5");
デフォルトのラベルを無効にするには、次のようにします。
renderer.setYLabels(0);