TimeSeries & CandleStick

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
theAnonymous
Posts: 11
Joined: Tue Feb 22, 2011 8:15 pm
antibot: No, of course not.

TimeSeries & CandleStick

Post by theAnonymous » Fri Apr 29, 2011 12:23 pm

hello, i need a time series chart (so that when i zoom it, all charts are zoomed in and are at the correct date).

problem is, how do i draw the candlestick chart and the other charts under a combined plot like how one would combined many XYPlots in CombinedDomainXYPlot?

im trying to do something like that.

http://stockcharts.com/school/doku.php? ... rage_conve

pls help.

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: TimeSeries & CandleStick

Post by paradoxoff » Sat Apr 30, 2011 7:46 am

I haven´t tried yet what you want, but I do not see a general problem.
A candlestick chart should be just a normal XYPlot with an OHLCDataset and a CandlestickRenderer.
I see no problem ein combining this slightly special XYPlot with an ordinary XY line chart in a combined xy plot.

Locked