Hi,
I am plotting a XBarR chart using JFree Chart .
In this chart there is a upperBound and a lower bound .
I require to change color of points that are beyond these two points.
Can anyone help me
Color of specific points
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You'll need to subclass the renderer and override the getItemPaint(...) method.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader


Thanks
Thanks a lot.
I could easily solve the problem.
I will be greatful if u can help me in solving my next problem
I am drawing an XBarR Chart a i want to display the UCl,LCL and median values on secondary range axis at the position where corresponding lines r drawn in the chart.I tried a lot using symbolictickunits and other stuffs but couldnot arrange the secondary axis.
Plz help me in solving this problem
I could easily solve the problem.
I will be greatful if u can help me in solving my next problem
I am drawing an XBarR Chart a i want to display the UCl,LCL and median values on secondary range axis at the position where corresponding lines r drawn in the chart.I tried a lot using symbolictickunits and other stuffs but couldnot arrange the secondary axis.
Plz help me in solving this problem
hi all,
I have found another way for changing color of specific points in a series but I am not very sure if this is the right way to do it
What I did is add points for which I want to change color in different different series and then set the color for these series using renderer.
It worked for me
I have found another way for changing color of specific points in a series but I am not very sure if this is the right way to do it
What I did is add points for which I want to change color in different different series and then set the color for these series using renderer.
It worked for me