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.
x 軸のラベルが重なっている問題があります。これを防ぐために値の間隔を設定する方法はありますか?
ありがとう
デビッド
x 範囲の最大値を 3 などの小さな値に設定することで、この問題を解決しました。これにより、データ ポイントがさらに分散され、その結果、x 軸ラベルがさらに分散されました。
あなたが使用することができます
multiRenderer.setBarSpacing(double spacing);
これが役立つと思います。