Dispalying Own dates in jfree chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
appala_sri
Posts: 3
Joined: Fri Jul 01, 2005 6:17 am
Location: INDIA,HYDERABAD
Contact:

Dispalying Own dates in jfree chart

Post by appala_sri » Fri Jul 01, 2005 6:27 am

Hi All,

As I m new to jfree charts I ve started using these for last one week. Now I am able to create Timeseries chart. But I want to display my own dates on jfree chart. I m not getting the solution for this.. Can u plz help me in this regard as early as possible.

Thank in Advance.
Srinivas..

Arkkimaagi
Posts: 25
Joined: Wed Jun 09, 2004 6:15 am
Location: Helsinki, Finland
Contact:

Post by Arkkimaagi » Fri Jul 01, 2005 8:10 am

Could this help?

axis.setDateFormatOverride(new SimpleDateFormat("MMM-yyyy"));
~ Arkkimaagi ~
Experto Credite

Locked