Looking for setStandardTickUnits in DateAxis?

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

Looking for setStandardTickUnits in DateAxis?

Post by Erich Kilmer » Wed Feb 12, 2003 4:44 pm

Hi,
A previous post said something about if I wanted to keep auto tick unit going but over ride the tick formatting I could create a collection of tick units (like createStandardDateTickUnits does but in my case I would only have days and they would be formatted "mm/dd/yyyy") and then assign the tick units to the date axis with setStandardTickUnits.
But I can't see this method in DateAxis.
Is there another way to do it or am I way off here?
Thanks!

Erich Kilmer

Re: Looking for setStandardTickUnits in DateAxis?

Post by Erich Kilmer » Wed Feb 12, 2003 6:41 pm

Oops, I see it DateAxis extends ValueAxis and gets it from there.
I will give it a try.

Locked