CobinedDomainXYPlot

Discussion about JFreeChart related to stockmarket charts.
Locked
paolo72
Posts: 3
Joined: Mon Sep 24, 2012 11:59 am
antibot: No, of course not.

CobinedDomainXYPlot

Post by paolo72 » Mon Sep 24, 2012 12:04 pm

Hello,
I am quite new on JFree and I am encountering this problem:

I need to combine two plots:
subplot1: price + 2 moving averages
subplot2: MACD + moving average

I've created 2 dateset both are TimeSeriesCollection. I've not problem to build each one of the TimeSeries in separate chart but I've not clue how to set up a combined chart saying that the subplot2 should be on the bottom and with a dimension with is 3 times smaller than subplot1.

It would be great if you can send me any yexample about that if you have,
thanks in advance
Paolo

Aquajock
Posts: 6
Joined: Fri Dec 07, 2012 12:03 am
antibot: No, of course not.

Re: CobinedDomainXYPlot

Post by Aquajock » Fri Dec 07, 2012 12:21 am

This is explained in Chapter 14 of the Developer Guide.

VeraKeisey
Posts: 1
Joined: Mon Dec 10, 2012 8:37 am
antibot: No, of course not.
Contact:

Re: CobinedDomainXYPlot

Post by VeraKeisey » Mon Dec 10, 2012 10:03 am

Aquajock wrote:This is explained in Chapter 14 of the Developer Guide.
And where i find it?

Aquajock
Posts: 6
Joined: Fri Dec 07, 2012 12:03 am
antibot: No, of course not.

Re: CobinedDomainXYPlot

Post by Aquajock » Mon Dec 10, 2012 5:30 pm

VeraKeisey wrote:
Aquajock wrote:This is explained in Chapter 14 of the Developer Guide.
And where i find it?
You buy it from the JFreeChart website.
$65.
Cheap.

Locked