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

Custom Y Axis entries with String values #441

Closed
hipwelljo opened this issue Oct 2, 2015 · 2 comments
Closed

Custom Y Axis entries with String values #441

hipwelljo opened this issue Oct 2, 2015 · 2 comments

Comments

@hipwelljo
Copy link

Is there a way to specify custom label entries for the Y axis? In my case, I need to label the y axis with labels that are letters of the alphabet A-Z. Labeling them 0-25 isn't appropriate. How can I use custom String entries for the y axis?

@baumatron
Copy link

You can implement a NSNumberFormatter and assign it to your chart view's leftAxis.valueFormatter property.

@shivang2902
Copy link

You can find help from this issue #943

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

4 participants