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 軸の値がそれほど混雑しないようにする方法はありますか?
可視範囲を変更できます。
renderer.setXAxisMin(min); renderer.setXAxisMin(max);