can we control the space between two adjacent labels of x-axis
in XYBarChart ??
thanks
anu
can we control the space between two adjacent labels of x-ax
Re: can we control the space between two adjacent labels of
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
Alternatively, you can set the tick unit size manually using the setTickUnit(...) method.
Regards,
DG