ExtendedStackedBarRenderer and StandardGradientPaintTransfor

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jr1
Posts: 3
Joined: Wed Dec 14, 2016 8:46 pm
antibot: No, of course not.

ExtendedStackedBarRenderer and StandardGradientPaintTransfor

Post by jr1 » Tue Dec 27, 2016 8:31 pm

Dear All,

I worked on my first chart ....
Using the demo's, and support here, I created my first chart using StackedBarRenderer.

To add sum of the bar, I changed StackedBarRenderer to ExtendedStackedBarRenderer , like StackedBarChartDemo3.

But now I lose the functionality of the StandardGradientPaintTransfor. Color are used like defined, but no gradient paint.

Is there a easy way to use it ?

Thx a lot
Josef

paradoxoff
Posts: 1634
Joined: Sat Feb 17, 2007 1:51 pm

Re: ExtendedStackedBarRenderer and StandardGradientPaintTran

Post by paradoxoff » Thu Dec 29, 2016 2:12 pm

ExtendedStackedBarRenderer is not a part of the JFreeChart package.
If you have a piece of code that does not behave as expected, then please post it!

Locked