Search found 497 matches

by mhilpert
Fri Apr 04, 2003 3:37 pm
Forum: JFreeChart
Topic: How to remove legend frame?
Replies: 0
Views: 2006

How to remove legend frame?

The legend is drawn within a frame. StandardLegend.setOutlineShapes(false) doesn't help. How can i remove the frame around the legend?
by mhilpert
Wed Apr 02, 2003 1:59 pm
Forum: JFreeChart
Topic: How to set color of grid?
Replies: 1
Views: 2845

How to set color of grid?

The color of the plot frame is set via

plot.setOutlinePaint(myColor);

but how do i set the color of the (horizontal/vertical) chart grid?