Search found 2 matches

by jmc
Sat Jan 07, 2006 12:58 pm
Forum: JFreeChart
Topic: Remove border around chart
Replies: 8
Views: 13633

david.gilbert wrote:Try:

Code: Select all

plot.setOutlinePaint(null);
thanks that works fine.

James
by jmc
Thu Jan 05, 2006 2:33 pm
Forum: JFreeChart
Topic: Remove border around chart
Replies: 8
Views: 13633

Remove top and right axis lines

Is it possible to do this?

James