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.
バー間の幅を調整する方法を教えてもらえますか?Java コードを教えてください。上の画像が明確になります。
前もって感謝します!..
AChartEngineを使用している場合は、 :のsetBarSpacing(value)メソッドを使用してください。XYMultipleSeriesRenderer
setBarSpacing(value)
XYMultipleSeriesRenderer
renderer.setBarSpacing(0.5);