I have little prob with setting grid lines and and axis Offset. Initially if the
Code: Select all
plot.setAxisOffset(new RectangleInsets(5.0, 5.0, 5.0, 5.0));

now I'll try to set axis offset to zero
Code: Select all
plot.setAxisOffset(RectangleInsets.ZERO_INSETS);

any suggestion to overcome this problem?
Tanx