标签: annotations jfreechart gantt-chart
我使用Jfreechart一周,我想在甘特图中的条形图旁边添加一些注释。我知道有可能是XYPlots和CategoryPlots,但我找不到甘特图的解决方案。
你能帮助我吗?
谢谢;)
答案 0 :(得分:1)
GanttChart有一个CategoryPlot,所以只需使用CategoryAnnotation。
GanttChart
CategoryPlot
CategoryAnnotation