LineChart

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

LineChart

Post by Inma » Wed Jul 03, 2002 8:15 am

Hi!!,

I need your help again.

I have to build a LineChart, my problem is the following:
when two series have the same values the second line put on top and I can´t see the first one.

I would like to know if it´s possible to display both of them.

Thanks.
Inma

David Gilbert

Re: LineChart

Post by David Gilbert » Thu Jul 04, 2002 6:30 am

Not really. You could experiment with the setForegroundAlpha method in the Plot class...a value of 0.7 (say) should make the lines slightly transparent, so you'll get more of an idea that there are two lines overlaid.

Any other suggestions on how to handle this are welcome.

Regards,

DG.

Locked