如何删除栏之间的空格?

时间:2013-05-07 07:43:26

标签: android achartengine

我使用achartengine库开发了一个条形图。 Achartengine正在渲染系列的空白值并创建不需要的空格,如何删除它? 有谁知道如何制止? In the image green , yellow and red colored bar showing the data on the basis of customisation , I have used mutiple series for one dataset, at jan , i have values of green bar only and blank values for yellow and red, achartengine was not supposed to render chart for them, but its still doing that..HOW TO STOP THAT???

1 个答案:

答案 0 :(得分:0)

你可以做几件事:

  • 使用renderer.setBarSpacing(0);
  • 如果以上情况不起作用,请确保系列中没有一个只有一个项目。如果发生这种情况,则只需添加一个空栏或MathHelper.NULL_VALUE作为值