getTickLabelFormatter().

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

getTickLabelFormatter().

Post by Mala » Tue Jan 14, 2003 1:48 am

Hello there!!

I am unable to find "getTickLabelFormatter()" method in any of the classes. Is it me??? or am I missing something here.

Thanks for ur time.

David Gilbert

Re: getTickLabelFormatter().

Post by David Gilbert » Tue Jan 14, 2003 9:36 am

The tick label formatting is now controlled by the NumberTickUnit and DateTickUnit classes. If you want to change the format, you need to supply a new tick unit object, or a TickUnits collection to the axis.

Regards,

Dave Gilbert

Locked