wakaxx / afreechart

Automatically exported from code.google.com/p/afreechart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotted line series

GoogleCodeExporter opened this issue · comments

Is there a way to draw dotted series?

It seems that on the afreechart port the class BasicStroke was stripped out, 
and the setSeriesStroke method is not implemented for XYLineAndShapeRenderer

Thanks,

Albert

Original issue reported on code.google.com by albert.m...@gmail.com on 16 May 2011 at 3:45

StandardXYItemRenderer standardXYItemRenderer = new 
StandardXYItemRenderer(StandardXYItemRenderer.SHAPES_AND_LINES);
        standardXYItemRenderer.setBaseShape(new RectShape());
        standardXYItemRenderer.setBaseShapesVisible(true);
        standardXYItemRenderer.setBaseShapesVisible(true);
        plot.setRenderer(standardXYItemRenderer);

Original comment by wolf9...@gmail.com on 19 Dec 2014 at 6:43