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アプリ開発初心者です。私はチャート エンジンを使用してグラフを動的に生成しています。私の質問は、x 軸にカスタム名を配置できますか、つまり、10、20、30 などの値の代わりに国名を配置できますか?
もちろん可能ですが、カスタムの x 軸ラベルを設定する必要があります。
renderer.addXTextLabel(x, text);
デフォルト値の呼び出しを削除するには
renderer.setXLabels(0); renderer.setYLabels(0);
ACE 1.0.0 を使用していることを確認してください。