I am trying to implement a chart using oxyplot in xamarin.forms. charts are working fine except tooltip.
I could show tooltip as I am not able to get an event when user tap on chart. Is there any event in oxyplot chart so I can detect touch event and can show tooltip accordingly like JS graphs does on hover?
Please help.