GroupedStackedBarRenderer questions

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jrmcfdrc
Posts: 1
Joined: Mon Dec 12, 2011 9:20 pm
antibot: No, of course not.

GroupedStackedBarRenderer questions

Post by jrmcfdrc » Mon Dec 12, 2011 10:07 pm

I have two questions about GroupedStackedBarRenderer.

1. It doesn't seem to respond to setShadowVisible method. Any thing that I can try?

2. When using a normal NumberAxis the plot looks fine. However the my data is beter seen using a log axis but when I switch my plot to use a LogAxis the chart looks bad, one of my series seems to be missing and there are wierd gaps. If I take the log10( myData) when I create the dataset and use the NumberAxis the plot shape is correct but I lose the correct range values. Is there any way to use LogAxis and GroupedStackedBarRenderer together?

Locked