Hi,
When I used an old version JFreechart, I could highlight a selected bar chart item with method CategoryPlot.setSelectCategoryIndex(),
now, I'm using JFreeChart 1.0.13, how to achieve the same goal?
Thanks in advance!
highlight selected bar item?
-
- Posts: 32
- Joined: Fri May 26, 2006 12:56 pm
- Location: Beijing, China
highlight selected bar item?
a cup of Java, cheers!
Sha Jiang
Sha Jiang
-
- Posts: 32
- Joined: Fri May 26, 2006 12:56 pm
- Location: Beijing, China
Re: highlight selected bar item?
I think I made a gread mistake, JFreechart may never provide such feature.
Now, I customize the BarRenderer, and override the drawItem method.
Thanks!
Now, I customize the BarRenderer, and override the drawItem method.
Thanks!
a cup of Java, cheers!
Sha Jiang
Sha Jiang