How to paint overlap area of two tasks in custom color

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
thevinayak
Posts: 2
Joined: Wed Apr 21, 2010 9:22 am
antibot: No, of course not.

How to paint overlap area of two tasks in custom color

Post by thevinayak » Wed Apr 21, 2010 12:51 pm

I am a newbie to JFreeChart. Trying to create a chart which involves resources being utilized for some time duration, I have used "createGanttChart" in Chartfactory method to plot utilization against time. The requirement is whenever there is overlap, the intersecting area should be highlighted in different color. I guess there is no standard way to do this. :(

Any direction? which class I need to extend , which method to override? Thanks in advance


Image

Locked