Search found 2 matches

by aruna
Wed Sep 03, 2014 3:21 am
Forum: JFreeChart
Topic: Last tick label not shown fully
Replies: 7
Views: 9049

Re: Last tick label not shown fully

Thanks David, I have used the work around suggested by you(using insets)

plot.setInsets(new RectangleInsets(0, 0, 0, 15));

That served my purpose.
by aruna
Mon Sep 01, 2014 7:50 am
Forum: JFreeChart
Topic: Last tick label not shown fully
Replies: 7
Views: 9049

Re: Last tick label not shown fully

Am currently using jfreechart-1.0.19.jar and yet the last tick labels not shown completely. The tick labels are just numbers. If it is a single digit, the label is fine, but if it is a double digit, a part of the units place digit is not shown properly. Any fix?