Is there an easy way to modify the formatting of a DateAxis ?
I have succesfully extended the TimePeriod class to build a periodic data chart. The issue I am now trying to tackle is how to change the display format of the DateAxis. The text I would like to use is the toString of the TimePeriod object that represents the data. Is there any way to do this?