I've got a problem with setting an OutlinePaint to a line from LineAndShapeRenderer in JFreeChart.
I've found this article http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=28347&p=78648&hilit=outlines+2d+line#p78648 which describes my problem also.
David.Gilbert writes "You'll have to modify the LineAndShapeRenderer code, because right now it just draws a single line between the data points (using the seriesPaint)." This was in 2009 and I can't find any todays solutions.
Does anybody has an idea how to modify the LineAndShapeRenderer to set the Outline of the line.
Thank you guys.