Hi,
I want to fix the scale in x-axis. Is there a easy way to set this?
Thanks
To fix the scale
Re: To fix the scale
Hello,
Depending on the type of Axis You're using, You can set the range of the axis. For example, have a look at the methods setMaximumAxisValue(double max) , setMinimumAxisValue(double min) of the ValueAxis class (http://www.object-refinery.com/jfreecha ... eAxis.html).
Regards,
Arnaud
Depending on the type of Axis You're using, You can set the range of the axis. For example, have a look at the methods setMaximumAxisValue(double max) , setMinimumAxisValue(double min) of the ValueAxis class (http://www.object-refinery.com/jfreecha ... eAxis.html).
Regards,
Arnaud