x « GanttChart « JFreeChart Q&A





1. Gantt range (x) axis format    jfree.org

Hello together, i'm new to java and new to JFreeChart (Using Delphi/TeeChart till now) My Problem is : i'm drawing a Gantt Chart using Code following code: Code: Select all private JFreeChart createChart(final IntervalCategoryDataset dataset) { final JFreeChart chart = ChartFactory.createGanttChart( ...