Hai,
For plotting Moving average, I am using two dates. For Each month in the interval, I am calculating avg from DB. This info will be plotted as Moving Avg chart.
For that I have to find out how many months are there in between from date and two date.
Is there any method available for that in Jfreechart library??
Thanks in advance
Saran
Finding No of months
Re: Finding No of months
No, there isn't. I'd like to add a general mechanism for computing functions on a TimeSeries, and a moving average would be one such function. But as always, I need to find the time to do it.
Regards,
DG
Regards,
DG