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 label which has a very big text. So in portrait mode the label is shown only for alternate bars where as in landscape mode it shows for all bars. Please see the images for further clarification.
The text was updated successfully, but these errors were encountered:
x axis supports word wrapping. So check it out and turn it on:
/// *Note: currently supports all charts except pie/radar/horizontal-bar*
publicvarwordWrapEnabled=false
/// the width for wrapping the labels, as percentage out of one value width.
/// used only when isWordWrapEnabled = true.
///
/// **default**: 1.0
publicvarwordWrapWidthPercent:CGFloat=1.0
I have a label which has a very big text. So in portrait mode the label is shown only for alternate bars where as in landscape mode it shows for all bars. Please see the images for further clarification.
The text was updated successfully, but these errors were encountered: