background colors

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

background colors

Post by Doug Ison » Wed Jan 02, 2002 5:26 pm

I am using the Scatter Chart and I would like to make different sections of the background to be different colors. So that when a dot is in a certain color section it represents something to the user. Can you tell me how I can do this?

Thanks, doug...

Hans-Jurgen Greiner

RE: background colors

Post by Hans-Jurgen Greiner » Wed Jan 02, 2002 6:03 pm

Doug,

I had sent you some code, However, some of your email is bouncing.

Anyway I had made a new interface, that is demonstrated in the HighLow time series plot. Where the Plot.getSeriesPaint() has been overloaded and looks for the paint plot interface to get the plot item color.

Hans

Locked