i have a Timeserieschart and use jfreechart 1.0.9. I want change the line style.
i know i can choose the color with like
Code: Select all
renderer.setSeriesPaint(series, Color.green);
Code: Select all
renderer.setSeriesStroke(series, new BasicStroke(2));
to dotted or dashed