In 0.7.5:
AxisChart.java line 451 calls Graphics2D.setClip (instead of clipRect). When used in programs that don't show the entire chart using clipping (for example in a scrollpane), it is drawn outside this clipping anyway.
Log in to post a comment.