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

Chart selection handling #62

Open
jwjwjw1990 opened this issue Nov 2, 2021 · 1 comment
Open

Chart selection handling #62

jwjwjw1990 opened this issue Nov 2, 2021 · 1 comment

Comments

@jwjwjw1990
Copy link

Every chart object has a property IsTapEnabled, and they also highlight, but how to assign a function or method to respond to the click/tap event?

@xyzzer
Copy link
Owner

xyzzer commented Nov 2, 2021

Have you tried handling Tapped event? Seems like any UIElement has that.
Note that in most cases, Tapped is not what you want to handle, since that won't work with keyboard or screen readers.

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