Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enlarge the spacing between the x axis labels to the y axis labels #957

Closed
odedharth opened this issue Apr 19, 2016 · 1 comment
Closed

Comments

@odedharth
Copy link

How can I enlarge the spacing between the x axis labels to the y axis labels?

file_19-04-2016__2_12_54_pm_png

@liuxuan30
Copy link
Member

try

    /// Sets the used x-axis offset for the labels on this axis.
    /// **default**: 5.0
    public var xOffset = CGFloat(5.0)

    /// Sets the used y-axis offset for the labels on this axis.
    /// **default**: 5.0 (or 0.0 on ChartYAxis)
    public var yOffset = CGFloat(5.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants