Change renderer of a subplot in a CombinedDomainXYPlot conta

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Martin
Posts: 23
Joined: Thu Apr 24, 2003 10:25 am
Location: Germany-Essen

Change renderer of a subplot in a CombinedDomainXYPlot conta

Post by Martin » Thu Dec 02, 2004 4:00 pm

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

Locked