Search found 7 matches

by javapda
Thu Jul 05, 2007 8:23 am
Forum: JFreeChart
Topic: Source for Experimental - DialPlot etc.
Replies: 1
Views: 2505

...nevermind :-)

Nevermind, I see it in the 1.0.6 distribution. :D
by javapda
Thu Jul 05, 2007 8:12 am
Forum: JFreeChart
Topic: Source for Experimental - DialPlot etc.
Replies: 1
Views: 2505

Source for Experimental - DialPlot etc.

Is the source for the Experimental available?

e.g. org.jfree.experimental.chart.plot.dial.DialPlot

I just cracked the Dev Guide I procured yesterday. So if it is buried somewhere could you point me in the right direction?

Thanks :D
by javapda
Fri Mar 10, 2006 10:00 pm
Forum: JFreeChart
Topic: Multiple lines in the x axis label
Replies: 1
Views: 2630

Multiple Lines in Value Axis Label

I have a plot with a Date Axis. I'd like to display formatted information on 2 lines. Is this possible?

Thanks
by javapda
Fri Sep 09, 2005 7:42 pm
Forum: JFreeChart
Topic: CombinedRangeCategoryPlot axis location between charts?
Replies: 0
Views: 1822

CombinedRangeCategoryPlot axis location between charts?

I have a CombinedRangeCategoryPlot with two (2) subplots in a Horizontal plot orientation. I can put the range axis at the top or bottom of the combined plot. Q: Is there a way to position the range axis (values) between the upper and lower charts? +--------------------+ | Upper Chart | +-----------...
by javapda
Wed Sep 07, 2005 4:58 pm
Forum: JFreeChart
Topic: Floating Bar/Gantt with multiple images / icons on top
Replies: 3
Views: 6312

Pierre's Contribution

I had the same problem (with JFreeChart 1.0.0-pre2). To solve this I created a subclass of IntervalCategoryToolTipGenerator and modified the drawTasks method in GanttRenderer class. I have posted a feature request with the code : http://sourceforge.net/tracker/index.php?func=detail&aid=1183877&grou...
by javapda
Mon Sep 05, 2005 8:09 pm
Forum: JFreeChart
Topic: Floating Bar/Gantt with multiple images / icons on top
Replies: 3
Views: 6312

The Image back

Here is the image (sorry for the confusion)

Image
by javapda
Mon Sep 05, 2005 8:04 pm
Forum: JFreeChart
Topic: Floating Bar/Gantt with multiple images / icons on top
Replies: 3
Views: 6312

Floating Bar/Gantt with multiple images / icons on top

I would like to create a chart where each row is represented by a horizontal bar. And on the bar there are some decorations (Icons/Letters/Shapes). The tooltips and generated Image Map need to present information for both the background bar and the individual decorations. Below is a mock-up of the c...