DomainGridLine and Axes overlap

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
miladirooni
Posts: 24
Joined: Fri Sep 04, 2009 10:28 am
antibot: No, of course not.

DomainGridLine and Axes overlap

Post by miladirooni » Wed May 19, 2010 9:45 am

Hi guys,

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));
every thing is cool check out the image
Image

now I'll try to set axis offset to zero

Code: Select all

  plot.setAxisOffset(RectangleInsets.ZERO_INSETS);
then I get the grid lines on top of my axes which doesn't look good see the image :
Image
any suggestion to overcome this problem?

Tanx

miladirooni
Posts: 24
Joined: Fri Sep 04, 2009 10:28 am
antibot: No, of course not.

Re: DomainGridLine and Axes overlap

Post by miladirooni » Fri May 21, 2010 9:42 am

ANyOne?

Locked