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.
我想在条形图中设置条形宽度,以便显示的每个条形图都具有给定的大小。我已经使用 achart 引擎生成了条形图,所以请帮助我
你有几个选择。
如果您的系列每个系列包含多个元素,那么我建议您使用renderer.setBarSpacing(). 调整参数,直到获得所需的外观。
renderer.setBarSpacing()
如果您的系列中只有一个元素,那么您可以使用renderer.setBarWidth().
renderer.setBarWidth()