Labels in 3D bar chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Gustavo

Labels in 3D bar chart

Post by Gustavo » Wed Jun 29, 2005 5:43 pm

I'm using 3D barchart.
Is it possible to determine the distance between the label and the bars?
I just know how to create a label on the top of the bar (using the values OUTLINE12 and BASELINECENTER). I want to maximize the spacing between the label and the bars.

Thank's,
Gustavo.

piyush
Posts: 4
Joined: Sat Jul 02, 2005 6:35 pm

Post by piyush » Sat Jul 02, 2005 9:33 pm

Hi,
even I'm facing the same problem. Would be glad if you could share the solution if you have found it out. I'll also do the same.

Thanks n Regards,
Piyush

Guest

Post by Guest » Mon Jul 04, 2005 9:51 pm

http://www.jfree.org/phpBB2/viewtopic.php?t=11620 in this topic you will find the answer... i think that this method .setItemLabelAnchorOffset() do what you want...

ujjwals@huawei.com

rotating and positioning data labels in 3D Bar Chart

Post by ujjwals@huawei.com » Fri Jul 08, 2005 4:41 pm

i am using 3d bar chart. setting a BarRenderer3D as category plot renderer. setting the standard label generator using setSeriesLabelGenerator() method of CategoryPlot. but not able to rotate or position the labels.
Can any one please help me.
with regards,
Ujjwal

JIron
Posts: 20
Joined: Mon May 15, 2006 10:42 pm

Post by JIron » Wed May 17, 2006 10:06 pm

but not able to rotate or position the labels.
Me too!I need vertical labels below each bar of my 3DbarChart and don´t work...

Locked