Search found 1 match
- Tue Apr 29, 2008 1:35 pm
- Forum: JFreeChart
- Topic: incompatible type when createScatterPlot
- Replies: 4
- Views: 5013
I also have the same problem. Here is my code, JFreeChart chart = ChartFactory.createScatterPlot("Wireless Security Protocol", "X", "Y", XYDataset.class, PlotOrientation.VERTICAL, true, true, false ); chart.getPlot(); Legend legend = chart.getLegend(); if (legend instanceof StandardLegend) { Standar...