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
strange problem with grid lines
Re: strange problem with grid lines
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.
public void setSymbolicGridLinesVisible(boolean flag)
Have you tried setting that to true?
Regards,
DG.
Re: strange problem with grid lines
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 (:-)).
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 (:-)).