Is there a working Trackball example for UWP? When looking at the example for W8.1 it's looking like all I should have to do is to add the following code to the main XAML file when setting up the chart. Everything compiles fine but when you hover over the chart the solution immediately throws an unhandled exception. Is there anything else I should need to do to add this feature/
<telerikChart:RadCartesianChart.Behaviors>
<telerikChart:ChartTrackBallBehavior/>
</telerikChart:RadCartesianChart.Behaviors>