gpt4 book ai didi

java - 如何从 jfree 图表中删除切片部分标记

转载 作者:行者123 更新时间:2023-11-30 02:37:26 28 4
gpt4 key购买 nike

我在报告中使用 jfree 图表。我想从饼图中删除切片部分: enter image description here

另外,我想让它以切片值为中心,并在我当前使用的脚本下面提到:

import java.awt.Color;
import org.jfree.chart.plot.PiePlot3D;
import org.jfree.chart.plot.PiePlot;

PiePlot plot = (PiePlot) chart.getPlot();
plot.setSimpleLabels(true);
plot.setOutlineVisible(false);
plot.setOutlinePaint(new Color(0, 0, 0, 0));
plot.setLabelShadowPaint(new Color(0, 0, 0, 0));
plot.setLabelBackgroundPaint(new Color(0, 0, 0, 0));
plot.setLabelOutlinePaint(new Color(0, 0, 0, 0));

任何人都可以建议我该怎么做..

最佳答案

使用plot.setSeparatorsVisible(false)解决问题。

关于java - 如何从 jfree 图表中删除切片部分标记,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42695102/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com