Hello,
I am trying to combine Bar chart and Line chart in one chart to show comparision. These two charts will be overlaid on one another. How can I use JFreeCharts to acheive this?
Thanks
HS
combining two charts
Re: combining two charts
You can't use the combined plots with any of the plots that are based on the CategoryDataset. So you would need to look at combining a VerticalXYBarPlot with a standard XYPlot...I haven't tried it out yet, but in theory it should work.
Regards,
DG.
Regards,
DG.