Search found 3 matches

by dnater
Thu Jun 02, 2011 4:06 pm
Forum: JFreeChart
Topic: Why aren't DefaultTitleEditor and DefaultPlotEditor public?
Replies: 0
Views: 2872

Why aren't DefaultTitleEditor and DefaultPlotEditor public?

Hello, I would like to add functionality to the chart properties dialog box. I know that this can be done by copying and modifying the source, but it would be better to extend some of the existing classes. However, DefaultTitleEditor, DefaultPlotEditor, and DefaultChartEditor are not declared public...
by dnater
Wed May 18, 2011 6:46 pm
Forum: JFreeChart
Topic: Arrange multiple legends vertically on right side of chart
Replies: 0
Views: 3320

Arrange multiple legends vertically on right side of chart

Hello, I would like to arrange multiple legends (or subtitles) along the right edge of a plot. Adding a second legend using the following code results in the 2 legends side by side, rather than on top of each other. LegendTitle lt = new LegendTitle(new LegendLikePlotAnnotation()); lt.setFrame(new Bl...
by dnater
Tue Mar 08, 2011 7:18 pm
Forum: JFreeChart
Topic: Map grid possible, X=Y always?
Replies: 4
Views: 5355

Re: Map grid possible, X=Y always?

Hello, I'd like to add my vote for the equivalent of Matlab's "axis equal" feature for plots. I intended to use JFreeChart for plotting geographic information but the inability to ensure that the X and Y axes have the same scale (e.g. N-pixels/meter) is a show stopper. I even paid for the developer ...