I want to double-click the chart view. How can I call the event on double click?
What I ultimately want to do is move through the coordinate system gestures of the drawn chart. After that, when I double-click on the chart, I want it to return to the origin of the coordinate system.
Hello,
The charts do not inherently expose any mouse events because the framework relies on gestures. The chart has several seriesPointer events as seen here:https://www.infragistics.com/help/xamarin/infragistics.xf.charts~infragistics.xamarinforms.controls.charts.xamdatachart_members
Let me know if you have any questions.