Search found 6 matches
- Tue Apr 10, 2007 2:23 am
- Forum: JFreeChart
- Topic: Multiple Y axis
- Replies: 2
- Views: 3107
- Tue Apr 10, 2007 1:26 am
- Forum: JFreeChart
- Topic: Multiple Y axis
- Replies: 2
- Views: 3107
Multiple Y axis
Anybody knows what is the maximum number of of Y axis that can be added in a multiple axis graph?
- Mon Apr 09, 2007 7:56 am
- Forum: JFreeChart
- Topic: TimeSeries Questions
- Replies: 1
- Views: 2188
TimeSeries Questions
Hi, I am trying to draw multiple Range axis TimeSeries graph. I am using the ChartFactory.createTimeSeriesChart(...) method and adding the multiple axis by something like: XYPlot plot = chart.getXYPlot(); plot.setRangeAxis(1, axis2); plot.setDataset(1, dataset); All this seems to be working fine and...
- Wed Feb 14, 2007 9:27 am
- Forum: JFreeChart
- Topic: Java Swing and JFreeChart
- Replies: 3
- Views: 4398
- Wed Feb 14, 2007 7:24 am
- Forum: JFreeChart
- Topic: Java Swing and JFreeChart
- Replies: 3
- Views: 4398
- Tue Feb 13, 2007 9:14 am
- Forum: JFreeChart
- Topic: Java Swing and JFreeChart
- Replies: 3
- Views: 4398
Java Swing and JFreeChart
Hi, I new to JFreeChart and have been trying to use it to draw some real time graphs for my application. However, I have run into some performance issues: I have a Java swing Frame that has some comboboxes and buttons on it. After I have changed the selections in the comboboxes, I press "Show" butto...