Bar should reder with double layered colour Using StackedBar

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
stsivaraj
Posts: 3
Joined: Thu Oct 20, 2011 2:21 pm
antibot: No, of course not.

Bar should reder with double layered colour Using StackedBar

Post by stsivaraj » Fri Oct 21, 2011 5:26 am

Hi,
I want to display the bar with double layered color(i.e first half with one color and second half with another different color) using StackedBarRenderer3D.
If i use StackedBarRenderer3D i can't achieve double layered color, but i can achieve using by StackedBarRenderer. Using
StackedBarRenderer i can't achieve 3D view.

StackedBarRenderer - Possible double layered color , impossible 3D view

StackedBarRenderer3D - Possible 3D view, impossible double layered color.

Also,
In 3D view, i can see 0 value also with some color. Can i omit 0 value bar display?


Can anyone help how to achieve both features?

Locked