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
/// Sets the used x-axis offset for the labels on this axis.
/// **default**: 5.0
publicvarxOffset=CGFloat(5.0)
/// Sets the used y-axis offset for the labels on this axis.
/// **default**: 5.0 (or 0.0 on ChartYAxis)
publicvaryOffset=CGFloat(5.0)
How can I enlarge the spacing between the x axis labels to the y axis labels?
The text was updated successfully, but these errors were encountered: