Search found 3 matches
- Mon Oct 12, 2009 5:33 pm
- Forum: JFreeChart
- Topic: Recomputing CombinedRangeCategoryPlot
- Replies: 2
- Views: 2698
Re: Recomputing CombinedRangeCategoryPlot
A bit more information about the scenario. It seems the initial rendering is okay and computes the axis space correctly; in my case the initial plot has no data. When the data sets and categories change (owing to a new selection in my case) the resulting axis space does not seem to reflect the new c...
- Mon Oct 05, 2009 2:22 am
- Forum: JFreeChart
- Topic: Recomputing CombinedRangeCategoryPlot
- Replies: 2
- Views: 2698
Recomputing CombinedRangeCategoryPlot
API question. I'm using a CombinedRangeCategoryPlot with two Gantt charts. The category labels for all series are clipped by the frame. In my example using a horizontal orientation the labels are clipped on the left hand side. Is there a way to make the chart recompute and refresh the area allocated...
- Sat Sep 19, 2009 10:35 pm
- Forum: JFreeChart
- Topic: Gantt - Additional Features
- Replies: 19
- Views: 36924
Re: Gantt - Additional Features
Another way to draw dependency lines is to use the annotations feature. One can use the CategoryLineAnnotation class passing the end value of the first category and the start value of the second category. This way the programmer controls the mapping of dependency lines, which may not be trivially se...