As an expedient, you can preserve the default Range.
As an expedient, you can preserve the default Range: Range auto = plot.getRangeAxis().getRange(); and later restore it: this. Add(new JButton(new AbstractAction("Restore") { @Override public void actionPerformed(ActionEvent e) { JFreeChart chart = chartPanel.getChart(); XYPlot plot = (XYPlot) chart.getPlot(); plot.getRangeAxis(). SetRange(auto); } }), BorderLayout.
SOUTH); Notional example based on org.jfree.chart.demo. TimeSeriesChartDemo1.
Note new JFreeChart version 1.0.14. – trashgod Nov 23 '11 at 5:13 I agree that it probably isn't the "correct" answer, but storing an instance of the range whenever I refresh the data does allow me to re-set the range. – unholysampler Nov 23 '11 at 20:01 I like the convenience of preserving the original, but you can also construct one similar to that created by the factory.
– trashgod Nov 23 '11 at 22:44.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.