can we control the space between two adjacent labels of x-ax

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

can we control the space between two adjacent labels of x-ax

Post by anu » Tue Aug 13, 2002 7:07 pm

can we control the space between two adjacent labels of x-axis
in XYBarChart ??

thanks
anu

David Gilbert

Re: can we control the space between two adjacent labels of

Post by David Gilbert » Wed Aug 14, 2002 10:02 am

The default is auto tick unit selection, in which case JFreeChart will try to select the smallest unit (from a collection of 'standard' units---you can specify your own collection using the setStandardTickUnits(...) method) such that the labels don't overlap.

Alternatively, you can set the tick unit size manually using the setTickUnit(...) method.

Regards,

DG

anu

Re: can we control the space between two adjacent labels of

Post by anu » Wed Aug 14, 2002 10:25 pm

could u pls provide me the code

Locked