Border of ChartPanel

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Tobi

Border of ChartPanel

Post by Tobi » Fri Jul 30, 2004 4:07 pm

Hi,

a new day, a new problem ;-)

i wanna set the space between Axis Labels/Legend/Plot and the edges of the panel to 0px. But i didn't find a way to do this easily.

Could someone help me?

Tobi
Posts: 12
Joined: Fri Jul 30, 2004 4:12 pm
Location: Black Forrest, Germany
Contact:

Post by Tobi » Fri Jul 30, 2004 4:15 pm

when i use JFreeChart setBorderVisible(true) theres is printed a black box. The space between this box an the content (Labels, Axis, Plot) should be 0 Pixel, in my case.

Locked