Gradient color for style Area in easy chart

Hello
I want to use gradient color in easy chart for style area. Red color for high value and blue to lower value.
Right now easy chart only accept solid color for style area. Is there any way to force it by using java API?

images

I don’t have a code sample that actually does it, but you would need to drill from the configureChart into the plot, then the series, then the renderer, then either override or provide it with a new painter.

1 Like