Hide X-axis values

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

Hide X-axis values

Post by reji » Tue Aug 27, 2002 8:33 am

Hi,

Is there any way to hide the X-axis labels in Time Series chart?

regards,

reji

David Gilbert

Re: Hide X-axis values

Post by David Gilbert » Tue Aug 27, 2002 6:08 pm

You should be able to use the setTickLabelsVisible(false) method in the Axis class.

Regards,

DG.

Locked