How do I remove the gridlines?
How do I remove the gridlines?
I am creating a chart but I do not want to show the gridlines. Can they be removed/excluded from the chart?
Re: How do I remove the gridlines?
The method to control this is in the ValueAxis class:
setGridLinesVisible(boolean);
Regards,
DG.
setGridLinesVisible(boolean);
Regards,
DG.