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.
Androidで円グラフを作成するためにachartengineを使用しています。円グラフをレイアウト内のどこにでもドラッグ/移動できることを除いて、すべてがうまくいっています。円グラフを独自の位置に固定したい。
renderer.setPanEnabled(false);オブジェクトを呼び出しDefaultRendererます。
renderer.setPanEnabled(false);
DefaultRenderer
パンと一緒にピンチ ズームを無効にすることもできます。
renderer.setZoomEnabled(false);