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
120
How to track down a NullReferenceException with xamChart OnMouseMove
posted

I am having a random NullReferenceException after a certain set of datapoints is mapped on the chart.  I.e. bigger range of dates.

Any mouse move after this, causing the exception it seems.

using InfragisticsWPF3.Chart.v11.1

Stack Trace is

"   at Infragistics.Windows.Chart.PlottingPane.OnMouseMove(MouseEventArgs e)\r\n   at System.Windows.UIElement.OnMouseMoveThunk(Object sender, MouseEventArgs e)\r\n

How can I track this down?  Any help would be appreciated.

Thanks