Page 1 of 1

MarkerValue LabelBackground

Posted: Wed Jan 13, 2016 5:49 pm
by eta
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!

Re: MarkerValue LabelBackground

Posted: Thu Jan 14, 2016 7:40 am
by david.gilbert
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.