我一直在尝试实施Shinobi饼图,一切正常但我无法从饼图系列中删除这个白色宽边(请参阅图片附件)。
我尝试过类似的东西 style.setCrustShown(false);(但它删除了细分隔线,而不是我实际想要删除的那些)。
Please, post the appropriate method to remove that border.
Thanks in advance
答案 0 :(得分:0)
最后,我找到了解决方案。
PieSeriesStyle style = series.getStyle();
style.setChartEffect(RadialEffect.FLAT);// does the trick