Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Current coordinate point position from mouse cursor
posted

Hello,

I am in need of  help trying to get the tooltip data from the mouse cursor when the tooltip is not enabled. I noticed that when the tooltip is enabled, the tooltip is set to an object called "ScatterSeriesValueDataContext" which has the X, Y and colorscale properties. But when the tooltip is disabled, the tooltip object is null so I cannot access "ScatterSeriesValueDataContext" anymore.

Is it possible to get the X, Y and colorscale coordinates from the mouse cursor when the tooltip is not enabled? The image below references the data I am trying to get to in code behind. I am trying to get this working with XamDataChart using ScatterAreaSeries

Thank you,

Gabriel

Parents Reply Children
No Data