Thx for your answers will use what you suggested.
Seems the "bug" is already in the tracker
http://sourceforge.net/tracker/index.ph ... tid=115494
Search found 3 matches
- Mon Dec 12, 2011 6:10 pm
- Forum: JFreeChart
- Topic: Getting Exception: "Requires xLow < xHigh" when zooming in
- Replies: 5
- Views: 9668
- Thu Dec 08, 2011 8:00 pm
- Forum: JFreeChart
- Topic: Getting Exception: "Requires xLow < xHigh" when zooming in
- Replies: 5
- Views: 9668
Re: Getting Exception: "Requires xLow < xHigh" when zooming
Here is a minimal example: public static void main(String[] args) { XYSeries series = new XYSeries("series1"); series.add(5, 4); series.add(4, 3); XYSeriesCollection dataset = new XYSeriesCollection(); dataset.addSeries(series); JFreeChart chart = ChartFactory.createXYLineChart("Chart", "X", "Y", da...
- Wed Dec 07, 2011 11:44 pm
- Forum: JFreeChart
- Topic: Getting Exception: "Requires xLow < xHigh" when zooming in
- Replies: 5
- Views: 9668
Getting Exception: "Requires xLow < xHigh" when zooming in
Hi, if i zoom endlessly in a diagramm i get an Exception: Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Requires xLow < xHigh. at org.jfree.chart.renderer.RendererUtilities.findLiveItemsLowerBound(RendererUtilities.java:76) at org.jfree.chart.renderer.RendererUtilities.f...