XYStepRenderer and continue the last value to infinity

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ge0ffrey
Posts: 20
Joined: Sat Feb 27, 2010 6:44 pm
antibot: No, of course not.

XYStepRenderer and continue the last value to infinity

Post by ge0ffrey » Fri Jun 04, 2010 3:22 pm

Hi, I am using an XYStepRenderer in a graph to show the best score found for a planning problem in time. Here's an example:
http://users.telenet.be/geoffrey/tmp/so ... tistic.png

If you look at the red line in that graph, you 'll see that at about 420000ms, but actually it should continue horizontally into infinity
(and the same goes for any line after their last point).

Does the XYStepRenderer support such a configuration?

Locked