Hi,
Is it possible to have an XAxis with Date labels that look only the months?
I want look this:
month1 month2 month3 month4 ..., but I want have the valus for days
I want to say how I can do it!
Thanx in advance
Regards,
Valentin
Date labels
Re: Date labels
Sure, you can set a tick unit manually with the setTickUnit(...) method in the DateAxis class. Just create a DateTickUnit with whatever DateFormat you want, and pass it to the setTickUnit(...) method.
Regards,
DG
Regards,
DG