Search found 2 matches

by string
Mon Oct 27, 2008 3:40 am
Forum: JFreeChart - Stockmarket
Topic: JFreeChart + Scrollbar
Replies: 8
Views: 40690

Check the demo source....

...of CompassFormatDemo2.java.

It shows a great example of using a slider to change the range axis.

Should be easy to apply the same principal to the domain axis.
by string
Mon Dec 31, 2007 5:11 pm
Forum: JFreeChart
Topic: Resize (repain) on Linux
Replies: 0
Views: 1677

Resize (repain) on Linux

I'm using Ubuntu on AMD64 Java 1.5.0_13. Running the demo, if I re-size the window, the chart pane (or, in this case, the whole tabbed pane) does not resize. It does resize on my OSX box. Is this a known issue with Swing on Linux? Is there a work around ? Also, if do TimeSeriesCollection.addTimeSeri...