You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a line chart for which I'm using a IValueFormatter for the labels' text, I can also customize the labels' font and textcolor
But is there any way to access the UILabel itself for customization? I want to add a custom background color to it and also access the label's layer property (round corner, bordercolor, etc)
The text was updated successfully, but these errors were encountered:
use valueFormatter and ask on stack overflow next time.
We don't have a UILabel. It's rendered by CoreGraphics so you could use CG's APIs to draw background rect.
I have a line chart for which I'm using a IValueFormatter for the labels' text, I can also customize the labels' font and textcolor
But is there any way to access the UILabel itself for customization? I want to add a custom background color to it and also access the label's layer property (round corner, bordercolor, etc)
The text was updated successfully, but these errors were encountered: