DateTickUnit « Component « JFreeChart Q&A





1. DateTickUnit rollUnit    jfree.org

The rollUnit and rollCount are intended to roll the date forward when it falls on a "hidden" part of the DateAxis. For example, if the tick size is 1 week (7 days), but Saturday and Sunday are hidden, if the ticks happen to fall on Saturday, none of them will be visible. A sensible rollUnit/Count would be 1 day, so that ...

2. Week Constant in DateTickUnit    jfree.org

The following are the constants defined in DateTickUnit. But I want to use week which is not defined as a constant in DateTickUnit. Any workaround or solution so that I can specify WEEK as a unit in DateTickUnit? Thanks a lot! public static final int YEAR = 0; public static final int MONTH = 1; public static final int DAY = ...

3. DateTickUnit.WEEK and start of tickperiod set to monday    jfree.org

I would like to create a Gantt-Chart with the TickUnit set to one week. Now I simply used new DateTickUnit(DateTickUnit.DAY, 7) Unfortunately, that way the start of the tickperiod depends on the weekday of the startdate of my first task. Is there any possibility to strictly use mondays as tickunits? I didn't found any hints on that neither in the Developer's ...

5. DateTickUnit collection!    jfree.org