i have to display some data in a maybe unusual way. I want to use a XYPlot, and get a result like the HorizontalIntervalBarRenderer does:
draw a bar that starts on a given value an ends on a second value.
I have tried the HighLowRenderer, but it draws only sticks, not bars.
The CandlestickRenderer is more what i need (if you ignore the high and low values, wich i do by implementing my own version of HighLowDataset), but the colors of the "bars" is settled by the upPaint and downPaint.
I guess that i have to implement a renderer that uses the IntervalXYDataset, since this one provides the data the renderer would need. I will try it maybe today, maybe monday, so i wanted to ask for hints or "support"

Thanks in advance for any help
Regards,
Andreas Schroeder
ASF developer