标签: jfreechart
我正在使用 jfree-chart 库来创建折线图。 我想知道如何在折线图中设置 item-label 的背景颜色。
答案 0 :(得分:0)
项目标签甚至具有背景颜色,只是文字。您可以尝试其中一个org.jfree.chart.annotations,例如XYTextAnnotation,其setBackgroundPaint()方法。
org.jfree.chart.annotations
XYTextAnnotation
setBackgroundPaint()