Is there an easy way to modify the formatting of a DateAxis

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

Is there an easy way to modify the formatting of a DateAxis

Post by Martin Smith » Sat May 04, 2002 3:56 am

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?

Locked