Multiple colors per series dot

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
drewh
Posts: 2
Joined: Mon Aug 30, 2010 9:21 pm
antibot: No, of course not.

Multiple colors per series dot

Post by drewh » Tue Aug 31, 2010 3:45 pm

Hey guys. I'm using the XYDotRenderer to plot points on a graph. Right now, from what I see, I can only plot one color for an entire series. What I want to do is have a different color depending on where the dot is plotted. Like if the dot is out of range I need the color to be different for the dots. Could anyone help me on this. Thanks.

skunk
Posts: 1087
Joined: Thu Jun 02, 2005 10:14 pm
Location: Brisbane, Australia

Re: Multiple colors per series dot

Post by skunk » Tue Aug 31, 2010 3:55 pm


Locked