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

No 'setHighlightPerTapEnabled(boolean enabled)' in iosCharts? #515

Closed
jarp14 opened this issue Oct 28, 2015 · 1 comment
Closed

No 'setHighlightPerTapEnabled(boolean enabled)' in iosCharts? #515

jarp14 opened this issue Oct 28, 2015 · 1 comment

Comments

@jarp14
Copy link

jarp14 commented Oct 28, 2015

I can't find this method which exists in MPAndroidChart. Is it not implemented yet?

Thanks in advance.

@danielgindi
Copy link
Collaborator

It's a new feature which is implemented in both platforms. But it's not a method, it's a property.
In traditional languages there were always get/set pairs for properties, but in Swift there's an actual property.
If coding for ObjC, you will see an setHighlightPerTapEnabled, but in swift you won't.

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