chart and plot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
losganjas
Posts: 5
Joined: Thu May 06, 2004 2:31 pm

chart and plot

Post by losganjas » Mon Jun 21, 2004 4:58 pm

hello jfreecharters !

is there a way to resize the plot area, so that it is exactly as big as the chart area ? or resize the chart area to fit the plot area ?

in other words, if u use the chart.setBackgroundPaint(Color.blue) and
plot.setBackgroundPaint(Color.red) methods, u would see only the red color, since the plot area is exactly as big as the chart area...

thanks folks !

Locked