Hello,
I created an CombinedDomainXYPlot containing two subplots.
The upper one displays a CandleStickChart of prices, while the lower one displays the traded volume as a BarChart.
I want to change the upper plot to an OHLC chart by changing the renderer of it to an HighLowRenderer. The renderer of the second subplot should be unchanged.
Is this feasible?
I only detect the oppportunity to set the renderer for all plots of an CombinedDomainXYPlot.
Cheers
Martin