jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.22k stars 462 forks source link

How to realize the gradual shadow effect from line chart to abscissa area #377

Open Kingretuen opened 1 year ago

trashgod commented 1 year ago

You might look at an area chart with a gradient paint.

Kingretuen commented 1 year ago

You might look at an area chart with a gradient paint. but can‘t set the broken line color and the shadow color separately.