Interval Markers

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rodney
Posts: 20
Joined: Mon Jun 02, 2003 4:17 am
Location: Adelaide, Australia

Interval Markers

Post by Rodney » Fri Jun 04, 2004 2:51 am

How do I get an IntervalMarker on the Range Axis to be filled (shaded Region)?

It seems to be default for an IntervalMarker on the Domain (addDomanMarker) axis to be filled, but the same code on the Range (addRangeMarker) only shows up as a line, rather than the shaded region I wanted.

It's an XYPlot with a StandardXYItemRenderer

Locked