How to increase space between two vertical stack bars ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
sakaray_c
Posts: 31
Joined: Mon Dec 22, 2003 11:35 am

How to increase space between two vertical stack bars ?

Post by sakaray_c » Mon Feb 23, 2004 6:58 am

Hi,

How to increase the space between two vertical stack bars ? I tried by increasing the value of setItemMargin() method, but it is not affecting the space between two bars. What might be the problem ?

Thanks and Regards,
sakaray_c

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Mon Feb 23, 2004 1:32 pm

You can use the setCategoryMargin() method in the CategoryAxis class.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked