标签: jfreechart
我在jfree图表中有一个x-y轴。在图例中我想使用上标(A / B ^ 2)有没有解决方案?我找到了标签的东西,但它对jfreechart有什么作用?
答案 0 :(得分:4)
您可以使用Unicode,例如A / B 2。
附录:要进行更多complex渲染,请考虑适用于成像的org.jfree.chart.annotations之一,例如XYDrawableAnnotation,XYImageAnnotation,XYDataImageAnnotation。
org.jfree.chart.annotations
XYDrawableAnnotation
XYImageAnnotation
XYDataImageAnnotation