Hello,
I am having the following issue on a SfChart: when retrieving the X and Y value via code I am getting a different value from the one displayed via a custom trackball behaviour.
Here is the piece of code I use to retrieve the X value:
MouseXPosition = (decimal) cdfChart.PointToValue(this.cdfChart.PrimaryAxis, e.GetPosition(cdfChart));
Is there something I am forgetting to do?