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.
y 軸の値に最小最大範囲を設定しましたが、グラフはそれらの値を超えてスクロールでき、グラフのルック アンド フィールが妨げられます。y 軸に沿ったグラフのスクロールを制御/停止したいと考えています。どうやってやるの?
必要なのは、どの軸のパンを使用できるかを指定することです。mRenderer.setPanEnabled(boolean enabledX, boolean enabledY)
mRenderer.setPanEnabled(boolean enabledX, boolean enabledY)
詳細はここをクリック