Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 JFreeChart/iReport 创建条形图。请考虑以下示例以供参考:
类别轴显示此系列:一月、二月、三月、四月、五月 每个组(例如:一月)有 2 个条:已分配、未分配。
在 JFreechart/iRport 中,它在图例框中显示“已分配”和“未分配”。但我将它显示在相应栏下的类别轴上。在此之下它应该显示系列,即一月。
Jfreechart/iReport 可以吗?
对此的任何帮助表示赞赏。
谢谢。
这可以通过使用 GroupedStackedBarRenderer 来实现。以下是供参考的链接。
http://jfree.org/jfreechart/api/javadoc/org/jfree/chart/renderer/category/GroupedStackedBarRenderer.html