Manipulate Time range of Gantt chart with iReport

爱⌒轻易说出口 提交于 2020-01-05 12:29:23

问题


I'm trying to develop a Gantt chart in iReport, but the time range is displayed in months. I want it to be in date or week.

Is this possible in iReport?


回答1:


I'm unfamiliar with ireport, but you may be able to use the approach shown here by specifying DateTickUnitType.DAY and the desired interval. A related example may be found here.




回答2:


You can extend page width and the chart width to accommodate shorter ranges. The intervals automatically adjust to available page width.



来源:https://stackoverflow.com/questions/11097696/manipulate-time-range-of-gantt-chart-with-ireport

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!