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
40
GetSeriesValue() for ScatterLineSeries in UltraDataChart
posted

Hi,

I'm just testing out Infragistics' UltraDataChart to see if it's the right product that my company needs.

I'm interested in retrieving the value of a ScatterLineSeries closest to my cursor at any given time. Yet this function keeps returning me NaN values for X and Y. I'm also interested in highlighting the marker of this point which is closest to my cursor too. Are these features available for a ScatterLineSeries in the UltraDataChart?

I got the highlighting layer series working for a Category LineSeries, but I need it for the ScatterLineSeries because I want to use a NumericXAxis.

Thanks for your help.