Hi,
when i set the LabelBackgroundColor on a MarkerValue, the setting has no effect.
line code:
markerLine.setLabelBackgroundColor( new Color (100, 100, 100, 100 ) );
thanks for your help!
MarkerValue LabelBackground
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Re: MarkerValue LabelBackground
Good spot. It looks like it is being used by the AbstractCategoryItemRenderer but not the AbstractXYItemRenderer. I'll get that fixed for the next release.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

