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.........
Financial chart --customized dateaxis ticks
-
- Posts: 2
- Joined: Thu Nov 01, 2007 9:35 am