RefactoringiOS / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

label background is visible when label isn't #418

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision cdd0518043b4.

Original comment by eskr...@mac.com on 5 Apr 2012 at 2:06