It seems that JFreeChart don't draw grid lines for domain axis in Java 7. Below a screenshot of JFreeChart compiled with Java 6 (1.6.0_07):

You see the black grid lines on the domain axis.
Now, look what happen with Java 7 (OpenJDK 1.7.0):

Is there any patch or somethings to solve this bug?