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.
TimeSeries & CandleStick
-
- Posts: 11
- Joined: Tue Feb 22, 2011 8:15 pm
- antibot: No, of course not.
-
- Posts: 1634
- Joined: Sat Feb 17, 2007 1:51 pm
Re: TimeSeries & CandleStick
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.
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.