Overlaid Chart

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

Overlaid Chart

Post by Andreas Lenz » Wed Oct 02, 2002 1:18 pm

Hello there,

I want to create an overlaid chart which contains a line plot and a vertical stacked bar as well. It would work well, if i only had vertical bars which aren't stacked - then I could use the XYPlots.

Does anybody know how or if that works?
Any help would be greatly apprexciated.

Best regards,
Andi

David Gilbert

Re: Overlaid Chart

Post by David Gilbert » Thu Oct 03, 2002 8:57 am

Hi Andi,

There's a class OverlaidVerticalCategoryPlot (contributed by Jeremy Bowman) that might work. For a demo see the OverlaidCategoryChartDemo. I haven't tried it with stacked bars though...

Regards,

DG

Andreas Lenz

Re: Overlaid Chart

Post by Andreas Lenz » Fri Oct 04, 2002 10:39 am

Hi David,

thank you a lot for this advice. I'll try it and post the result here.

Have a nice weekend,
Andi

Locked