Hi,
I want to show the monthly area graph.
The graph showing values with 3 days interval in X axis using new DateTickUnit(DateTickUnit.DAY,3). The above method shows the graph correctly with three days interval. But, the Tick statrs only Jan 3, Jan 6, Jan 9 etc. But, I want the date starts from Jan1. for that, i am using setMinimumDate of DateAxis method like setMinimumDate(dateAxis.getMinimumDate()). But, it is not working correctly. Again, it showing
Jan 3, Jan 6 like that only. But the getMinimumDate() returns Jan 1 correctly.
if anybody knows please help me. It is very urgent. Thanks in advance....
-- Ravik