Search found 11 matches
- Fri Aug 05, 2005 3:03 pm
- Forum: JFreeChart
- Topic: private versus protected
- Replies: 6
- Views: 7297
- Fri Aug 05, 2005 2:46 pm
- Forum: JFreeChart
- Topic: Creating Gantt Chart in JAVA
- Replies: 2
- Views: 6424
First of all, you will need to create a Gantt Chart from ChartFactory. But to do that, you will have to have a populated Task Series Collection, which has any number of Task Series, each of those which has Tasks themselves. My suggestion to you, since this is a school project and learning is encoura...
- Fri Aug 05, 2005 2:42 pm
- Forum: JFreeChart
- Topic: Documentation Not Available
- Replies: 4
- Views: 4531
Well, here's a link to the javadoc:
http://www.jfree.org/jfreechart/javadoc/
which, IMO, is just as good.
http://www.jfree.org/jfreechart/javadoc/
which, IMO, is just as good.
- Thu Jul 28, 2005 2:44 pm
- Forum: JFreeChart
- Topic: Gantt Charts: can sub-tasks be displayed at all? (v1.0 rc1)
- Replies: 10
- Views: 15819
- Wed Jul 27, 2005 4:25 pm
- Forum: JFreeChart
- Topic: Gantt charts: labels not lining up with task bars (v1.0 rc1)
- Replies: 5
- Views: 7064
- Wed Jul 27, 2005 4:23 pm
- Forum: JFreeChart
- Topic: Gantt Charts: can sub-tasks be displayed at all? (v1.0 rc1)
- Replies: 10
- Views: 15819
- Wed Jul 27, 2005 2:38 pm
- Forum: JFreeChart
- Topic: Gantt Chart bug: Subtasks not shown when past date range
- Replies: 4
- Views: 7309
David- I guess that makes sense. Thanks for the help. To suite my needs, I changed the method getEndValue in TaskSeriesCollection like this (new code between /** ***/ comments): public Number getEndValue(Comparable rowKey, Comparable columnKey) { Number result = null; int row = getRowIndex(rowKey); ...
- Tue Jul 26, 2005 7:57 pm
- Forum: JFreeChart
- Topic: Gantt Chart bug: Subtasks not shown when past date range
- Replies: 4
- Views: 7309
Gantt Chart bug: Subtasks not shown when past date range
I've found a minor (but important) bug in the Gantt Chart: When a subtask is added that has a date out of range of any other regular, non-subtask task, it fails to appear. The timeline scale isn't made wide enough to include this subtask. Does anyone know where I could go (what class) to address the...
- Tue Jul 12, 2005 2:47 pm
- Forum: JFreeChart
- Topic: Gantt Chart - Task with a Null duration.
- Replies: 6
- Views: 8759
I also wanted to show singe date 'milestones', as well as lines between tasks that were dependent on each other. Here's what I did: I modified GanttRenderer.java, Task.java, TaskSeriesCollection.java, and GanttCategoryDataset.java appropriately, and also created my own class called Milestone.java. I...
- Fri Jul 08, 2005 8:51 pm
- Forum: JFreeChart
- Topic: Gantt
- Replies: 3
- Views: 3622
- Fri Jul 08, 2005 5:03 pm
- Forum: JFreeChart
- Topic: gantt chart- line between tasks
- Replies: 2
- Views: 3272