Set the overlap color of xyareachart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
javajoemorgan
Posts: 5
Joined: Tue Dec 29, 2009 7:04 pm
antibot: No, of course not.

Set the overlap color of xyareachart

Post by javajoemorgan » Thu Sep 09, 2010 2:19 pm

I have an XYAreaChart displaying 2 series, one green and one blue. When the series overalap, they overlap in a light green. Here is an image of the chart:

Image

What I want to do is to set the overlapping color to something else. I didn't find anything in the demo or docs and trying to avoid creating a custom renderer. Any suggestions?

Locked