How do I do a Combined Chart??

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Bel

How do I do a Combined Chart??

Post by Bel » Tue May 21, 2002 1:49 pm

Hi

I am new to JFreeChart. Could someone please explain to me how to do a Combined Chart? I need a XYPlot in a top graph, and a VerticalXYBar in the bottom graph. Also, the top graph needs to be bigger than the bottom graph. NB - the 2 plots will contain different y-axis data (the x-axis being the date...) The top plot is for share prices and the bottom plot is for volumes.

Many Thanks

David Gilbert

Re: How do I do a Combined Chart??

Post by David Gilbert » Tue May 21, 2002 8:14 pm

There is a PriceVolumeDemo.java file in the download that does something similar to what you want.

Regards,

DG.

Locked