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を使用していますが、問題があります。XLabelsのテキストが読み取れず、サイズが短く、バーと混同されています。テキストを大きくして少し右に移動するにはどうすればよいですか?これは私のGraphicViewの画像です。
ラベルのテキストサイズは次のように設定できます
mRenderer.setLabelsTextSize(15); // 15
例はこちら