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!
Looking for setStandardTickUnits in DateAxis?
Re: Looking for setStandardTickUnits in DateAxis?
Oops, I see it DateAxis extends ValueAxis and gets it from there.
I will give it a try.
I will give it a try.