如何从Shinobi饼图中删除白色宽边框?

时间:2014-04-08 06:09:27

标签: android charts shinobi

enter image description here

我一直在尝试实施Shinobi饼图,一切正常但我无法从饼图系列中删除这个白色宽边(请参阅图片附件)。

我尝试过类似的东西      style.setCrustShown(false);(但它删除了细分隔线,而不是我实际想要删除的那些)。

Please, post the appropriate method to remove that border.
Thanks in advance

1 个答案:

答案 0 :(得分:0)

最后,我找到了解决方案。

PieSeriesStyle style = series.getStyle();

style.setChartEffect(RadialEffect.FLAT);// does the trick