Good morning,
I've studied the PriceVolumeDemo.java file in the download. But I've a question now.
I have i.e. four Datasets. The first three Datasets should be shown in the first Chart (Line-Chart like the CombinedChart c0 in the demo). The fourth Dataset should be show in a second Chart (Bar-Chart like CombinedChart c1 in the demo). Is this possible an how can I realize that.
Many thanks
Bernd
CombinedChart
Re: CombinedChart
Check the way that datasets are composed in the displayCombinedAndOverlaidChart1() method in the JFreeChartDemo class.
I've done some work for the next release to simplify the way that combined charts work. The revised code allows each subplot to manage it's dataset independently. And axes get set to null when the parent plot's axis should be used. If you want to try it out, check out the code from CVS on SourceForge.
Regards,
DG.
I've done some work for the next release to simplify the way that combined charts work. The revised code allows each subplot to manage it's dataset independently. And axes get set to null when the parent plot's axis should be used. If you want to try it out, check out the code from CVS on SourceForge.
Regards,
DG.