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.