XYAreaChartDemo Plots Overlapping Problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
RTJava
Posts: 4
Joined: Tue Mar 02, 2010 2:19 pm
antibot: No, of course not.

XYAreaChartDemo Plots Overlapping Problem

Post by RTJava » Wed Mar 03, 2010 11:49 pm

Dear all,
I have been trying to solve one issue which I have faced with in different plot types. Lower values are overlapped by higher values in multi-series chart(s). Example: When you change as "plot.setForegroundAlpha(1.0f);" in XYAreaChartDemo.java, you can easily observe that drawing areas hide each other.
Is there any workaround for this issue?
Thank you in advance.
Regards,

Locked