strange problem with grid lines

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Andrea Ponte

strange problem with grid lines

Post by Andrea Ponte » Thu Apr 18, 2002 1:28 pm

Hello,
I want produce with jfreeChart a plot that has on the number axis some label that I have in a array of string.
I use a Symbolic Axis. With this Axis I have a pretty good background but there isn't the grid lines that I had with HorizontalNumberAxis why this happens?
Thanks very much Andrea Byez

David Gilbert

Re: strange problem with grid lines

Post by David Gilbert » Thu Apr 18, 2002 2:03 pm

This is pretty new code that I've not had much chance to review except to see that the demo application runs. I notice there is a method:

public void setSymbolicGridLinesVisible(boolean flag)

Have you tried setting that to true?

Regards,

DG.

Andrea Ponte

Re: strange problem with grid lines

Post by Andrea Ponte » Thu Apr 18, 2002 2:21 pm

Hello,
yes I've tried but with no success.
Have another idea?
Thank you in advance
P.S.
You have made a great job however still without gridLines in symbolic axis (:-)).

Locked