Search found 2 matches
- Mon May 09, 2011 4:02 am
- Forum: JFreeChart
- Topic: XYShapeRenderer Problem
- Replies: 0
- Views: 4146
XYShapeRenderer Problem
Hi all, i facing the problem while using XYShapeRenderer. here is the code and error i facing. DefaultXYDataset set = new DefaultXYDataset(); set.addSeries("Values",new double[][]{{1,2,3.25,4,5},{10,15,8,37,23}}); NumberAxis xAxis = new NumberAxis("x Axis"); NumberAxis yAxis = new NumberAxis("y Axis...
- Sat May 07, 2011 7:50 am
- Forum: JFreeChart
- Topic: JFreeChart 1.0.13
- Replies: 34
- Views: 71673
Re: JFreeChart 1.0.13
Hi david, Im new to jFreechart, and im student study in University in Malaysia. i've look at the sample which i wish to do a XYShapeRenderer, however i facing some difficulty in using this and i get this error message : java.lang.NoSuchMethodError: org.jfree.chart.renderer.xy.XYShapeRenderer.setAuto...