0

在此处输入图像描述

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

我尝试过类似 style.setCrustShown(false);(但它删除了细分隔线,而不是我真正想要删除的内容)。

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

1 回答 1

0

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

PieSeriesStyle style = series.getStyle();

style.setChartEffect(RadialEffect.FLAT);// does the trick
于 2014-04-08T08:47:09.053 回答