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);