Financial chart --customized dateaxis ticks

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
heartt_thief
Posts: 2
Joined: Thu Nov 01, 2007 9:35 am

Financial chart --customized dateaxis ticks

Post by heartt_thief » Thu Jul 31, 2008 7:59 am

Hi......
I need a help

I have a chart which displays Price vs Time.In that dateaxis ticks gets selected automatically.

I need to have "09:55" time included in the dateaxis which is a market open time .


I tried various approaches

1. setMinimumDate() function of dateaxis .
2.Tried on DateTickUnit Class
new DateTickUnit(DateTickUnit.MINUTE,55,new SimpleDateFormat("HH:MM"));

etc..etc...
But its not working...
I need it a bit urgent......
I would be ur glad if u could help me out in this plz.........

Locked