When trying to give my axis label a background color:
newLabel.contentLayer.backgroundColor = [[UIColor blueColor] CGColor];
The background color can appear even if the label is not visible (need
to scroll to get there) - so the background color can appear outside
the graph.
According to Eric: The best solution would be to change the superclass of
CPTTextLayer to CPTBorderedLayer so it inherits the border and the fill
directly.
Original issue reported on code.google.com by orly.go...@gmail.com on 2 Apr 2012 at 7:00
Original issue reported on code.google.com by
orly.go...@gmail.com
on 2 Apr 2012 at 7:00