Combined TimeSeries Chart ??

Discussion about JFreeChart related to stockmarket charts.
Locked
Bebounnet
Posts: 1
Joined: Fri May 09, 2008 3:47 pm

Combined TimeSeries Chart ??

Post by Bebounnet » Fri May 09, 2008 3:50 pm

Hello everybody
I want to create a financial chart with under the main chart, the MACD chart.
It's a TimeSeriesChart for both

Can I do that with CombinedCharts? Is it possible to have the same "date"range ?

If someone have a piece of answer or code ? :)

Thanks

RoyW
Posts: 93
Joined: Wed Apr 23, 2008 7:42 pm
Contact:

Post by RoyW » Sat May 10, 2008 9:43 am

Yes it is possible, look at the JavaDoc for CombinedDomainXYPlot.

Btw, MACD = Moving Average Convergence Divergence (if you want to google it)

Locked