How do I remove the gridlines?

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

How do I remove the gridlines?

Post by Mack » Fri May 17, 2002 11:07 pm

I am creating a chart but I do not want to show the gridlines. Can they be removed/excluded from the chart?

David Gilbert

Re: How do I remove the gridlines?

Post by David Gilbert » Sat May 18, 2002 3:26 pm

The method to control this is in the ValueAxis class:

setGridLinesVisible(boolean);

Regards,

DG.

Mack

Re: How do I remove the gridlines?

Post by Mack » Tue May 21, 2002 3:02 pm

Thank you.

Locked