-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Axis titles? #299
Comments
Subclass self.chartView.leftAxis.valueFormatter = [MyCustomNumberFormatter new]; |
Duplicate #35 |
Well, then it's indeed a duplicate of #35. Might make sense to add your voice there ;) |
I have spent a lot of time trying to find yAxis property. Did not even think that it can be called "left axis". Thank you! Your comment saved me a lot of time... |
Is there a way to define labels for the titles of axes? I'd like to use them to state the units of the y-axis.
For example I'd like a label drawn to the left of the number labels on the y-axis that says "hits / minute" to tell the user the units of the graph.
The text was updated successfully, but these errors were encountered: