So, it seems that the only way built into JFreeChart to render lines is one segment at a time, rather than making it all into one path.
And yes, this can make a different when you, say, have dashed lines with many points along the way. Thick lines can also make certain end/join types cause trouble. (Sorry, too lazy to put up example pictures at the moment.)
Is there any way to make it draw a whole line at once?
If you are using XYLineAndShapeRenderer, call setDrawSeriesLineAsPath(true).
ReplyDeleteBest regards,
Dave Gilbert
JFreeChart Project Leader
Very responsive. Wow, thanks much.
ReplyDelete