I have 2 graphs with a cursors on each of them.
In addition, there is a button that changes the location of the markers (the same location for both markers) - "Init Cursors", and a button that reproduces the data - "Generate Data".
I have a problem with the following scenario:
Press the "Init Cursors" button - and then press the "Generate Data" button several times at one time the X values in the cursors are not equal even though both have the same X values.
I have come to the conclusion that changing the data causes a re-search of a point on the new plot for the cursor. And the search is not done by SearchDimensions.Horizontal.
Therefore, even when X values do not change but only Y values, the search can give a different point from the point that existed before.
Is it possible to determine that the search will always be done by SearchDimensions.Horizontal or to cancel the search that is being done in UI change?
[The project is attached].