Real-time Oxyplot Graph Problem - Xamarin Forms

Asked

Viewed 10 times

0

I generated a graph on the Oxyplot component in my Xamarin Forms application. I would like to associate the graph drive on the X axis with the other function. Basically, when moving the graph to the left or right (Model1.DefaultXAxis.Pan()) I did not find any property that captures what is the "current value" of the graph, which would be the y value of the point that is passing to the left of the plotting area (red line)to pass to another function.

Demonstração gráfico

My question is: Is there an Oxyplot property that defines the value that is passing further to the left of my plotting area or something like that? Or some other way to track which value is passing at the beginning of the plotting area in each new tick?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.