XY chart, interval painting related to Y-axel values

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pappa
Posts: 3
Joined: Wed Oct 10, 2018 10:40 am
antibot: No, of course not.

XY chart, interval painting related to Y-axel values

Post by pappa » Wed Oct 10, 2018 10:54 am

Hi, I need to implement block painting related to Y-values for my project something similar than in picture below.
Image

I am new to JFreeChart and I would appreciate if someone could point to me which classes to use/override for achieving this.


Thanks in advance
- Pappa

John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: XY chart, interval painting related to Y-axel values

Post by John Matthews » Wed Oct 10, 2018 6:13 pm

A suitable Marker might work for the color ranges, and a suitable Annotation might work for the images.

pappa
Posts: 3
Joined: Wed Oct 10, 2018 10:40 am
antibot: No, of course not.

Re: XY chart, interval painting related to Y-axel values

Post by pappa » Thu Oct 11, 2018 6:42 am

Thanks, I'll look into those.

Locked