Stacked Area Charts

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

Stacked Area Charts

Post by Anu » Fri Jun 28, 2002 11:00 pm

First, let me thank you for a robust graphing tool.
I was wondering if it were possible to get a stacked area graph, by moving up the start Y co-ordinate of the second and third series of data. We are trying to replicate some of our older graphs using JFreeCharter

Thanks in advance for any help.

Anu.

David Gilbert

Re: Stacked Area Charts

Post by David Gilbert » Sun Jun 30, 2002 8:28 pm

Hi Anu,

It hasn't been coded yet, but I think you would only need to modify one or both of these classes:

AreaCategoryItemRenderer
AreaXYItemRenderer

Regards,

DG.

Locked