Search found 11213 matches

by david.gilbert
Fri Mar 14, 2003 5:58 pm
Forum: JFreeChart
Topic: Access to ChartPanel's popup menu
Replies: 1
Views: 2873

There are now accessor methods for the popup menu:

Code: Select all

public JPopupMenu getPopupMenu();

public void setPopupMenu(JPopupMenu popup);
Regards,

Dave Gilbert
by david.gilbert
Fri Mar 14, 2003 5:54 pm
Forum: JFreeChart
Topic: legend anchor
Replies: 1
Views: 3778

There's currently no control over the layout of the items within the legend. The anchor only controls where the legend appears relative to the chart. That is, NORTH, SOUTH, EAST or WEST.

Regards,

Dave Gilbert
by david.gilbert
Fri Mar 14, 2003 1:34 pm
Forum: JFreeChart
Topic: classpath set up question
Replies: 1
Views: 3455

Re: classpath set up question

Hi Lawrence, The jfreechart-0.9.6.jar and jcommon-0.7.2.jar files contain all the precompiled files you need. There is no need to recompile the .java files, but the Ant script is there if you ever want to. You don't need to move the jar files from where they are when you unpack JFreeChart. You just ...
by david.gilbert
Fri Mar 14, 2003 1:10 pm
Forum: JFreeChart
Topic: XYSeries and XYSeriesCollection
Replies: 7
Views: 6935

Re: XYSeries and XYSeriesCollection

// make the change (if it's not a duplicate time period)... int index = Collections.binarySearch(data, pair); but I don't see how this sorts that data. I really need to change this to get my graphs to look the way the user wants them to look. The binarySearch method either returns the index of the ...
by david.gilbert
Fri Mar 14, 2003 1:01 pm
Forum: JFreeChart
Topic: Forum downtime...
Replies: 6
Views: 6650

Re: Forum downtime...

So far, it looks like all is well.

Regards,

Dave Gilbert
by david.gilbert
Fri Mar 14, 2003 12:59 pm
Forum: JFreeChart
Topic: [i18ln] Internationalization
Replies: 3
Views: 4716

Hi Nate, The number formatting is set up in the createStandardTickUnits() method in the NumberAxis class. The way I wrote the code doesn't make it easy to localise the formatting. But one approach might be to put all the format strings into a resource bundle, and localise the format strings. You'll ...
by david.gilbert
Fri Mar 14, 2003 12:40 pm
Forum: JFreeChart
Topic: 3D in future?
Replies: 1
Views: 2837

Hi Leo, I'd like JFreeChart to incorporate "real" 3D charts in the future, but for now I am focussed on getting the 2D charts working "just right". After JFreeChart 1.0.0 is released, I'll take a look at 3D. Of course, someone else may decide to start on 3D charts before I do... Regards, Dave Gilbert
by david.gilbert
Fri Mar 14, 2003 12:17 pm
Forum: JFreeChart
Topic: JFreeChart Developer Guide
Replies: 7
Views: 11182

JFreeChart Developer Guide

The JFreeChart Developer Guide is an Acrobat PDF document (approx 260 pages) containing tutorial and reference information about JFreeChart. This guide can be purchased online, for more details see: http://www.object-refinery.com/jfreechart/products.html Sales of the guide help to finance the JFreeC...