Change plot item size in JFreeChart
807599Feb 15 2007 — edited Feb 18 2007Hey people,
i would like to change the size of a datapoint in my scatter plot created using JFreeChart.for example, i create a scatter plot with:
JFreeChart chart = ChartFactory.createScatterPlot(....);
XYPlot plot = chart.getXYPlot();
and would like then to change the size of the data points of a dataseries in the XYPlot. does anyone can give me a clue?
thanks a lot!