Search found 3 matches
- Tue Nov 06, 2018 2:00 pm
- Forum: JFreeChart
- Topic: Compressed range axis
- Replies: 0
- Views: 11485
Compressed range axis
Hi, is it possible to compress part of range axis? I am new to JfreeChart so would appreciate if some could point me to which classes to use/override for this. What I want is something like this ( in this example range 50 to 100 is compressed): Range 0 10 20 30 40 50 . . 100 Would appreciate a lot i...
- Thu Oct 11, 2018 6:42 am
- Forum: JFreeChart
- Topic: XY chart, interval painting related to Y-axel values
- Replies: 2
- Views: 9160
Re: XY chart, interval painting related to Y-axel values
Thanks, I'll look into those.
- Wed Oct 10, 2018 10:54 am
- Forum: JFreeChart
- Topic: XY chart, interval painting related to Y-axel values
- Replies: 2
- Views: 9160
XY chart, interval painting related to Y-axel values
Hi, I need to implement block painting related to Y-values for my project something similar than in picture below. https://www.medel.com/img/4e3043f38e0c2486603f39076507afa5.jpg I am new to JFreeChart and I would appreciate if someone could point to me which classes to use/override for achieving thi...