Hello,
I have a ScatterSplineSeries with a numericXaxis. My problem is that the tool tip is only visible on the markers. I need it to be displayed (with the current values for x and y) everywhere on the line. It whould be great if the interpolated value could be the one displayed when hoveringe on the line between the markers, is this possible to achieve?
BR,
Hilma Maria
Hello Hima,
For series tooltip only shows on the markers and this is how control is designed.In order to display it the way you want ,you would have to get the mouse position and guess popup would be a better option for you.
On the Axis there is a method xAxis.GetScaledValue which you can use to get the actual value.
You can refer to this post would give you the direction: https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/76897/x-axis-values-in-lineseries-tooltip
Regards,