Barchart gradient fill

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rupi
Posts: 8
Joined: Thu May 07, 2009 1:38 pm

Barchart gradient fill

Post by rupi » Thu Jun 02, 2016 1:21 pm

I have a bar chart with the default bar renderer that use gradient fills. If I use the AWT Chartpanel the gradient show up fine as shown below.

Image

The same chart using SWT ChartComposite does not show the gradient. Is this expected behaviour or do I need to do something different for the same effect to show up in SWT ?

Image

Locked