series margin?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
asd
Posts: 19
Joined: Tue Sep 26, 2006 11:28 pm

series margin?

Post by asd » Fri Aug 15, 2008 5:16 pm

Hi all,

I have a CustomCylinderRenderer (which extends from CylinderRenderer, with extends from BarRenderer3D).
I have four series with one category each. The problem is that the bars are very thin, and the space between each series is too large. I just want to widen the bars and shorten the space between them.

I have already done:

renderer.setItemMargin(0.00);

But I guess this only works between categories, and not series.

Anyone can help me with this?

Thanks.

Locked