two colors in one line

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

two colors in one line

Post by newpip » Tue Nov 22, 2005 11:37 am

Hi there,

Is it possible to have a line with two colors in it.

Thank you.

reden
Posts: 6
Joined: Tue Nov 22, 2005 11:46 pm

Post by reden » Wed Nov 23, 2005 12:36 am

At a minimum you could cheat and have two lines. One (in the first color) would only be present where you want to show that color and the second line (the second color) would be everywhere else.

Locked