xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
282 stars 67 forks source link

Chart selection handling #62

Open jwjwjw1990 opened 2 years ago

jwjwjw1990 commented 2 years ago

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 commented 2 years ago

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.