I searched the forums and could not find help for what might be causing this exception in my xamChart:
System.OverflowExceptionMessage: "Value was either too large or too small for a Decimal."Source: "mscorlib"at System.Decimal..ctor(Double value)\r\nat System.Convert.ToDecimal(Double value)\r\nat Infragistics.Windows.Chart.AxisLabelsBase.FillLabels()\r\nat Infragistics.Windows.Chart.ScenePane.CreateAxisLabels2D()\r\nat Infragistics.Windows.Chart.ScenePane.Create2DScene()\r\nat Infragistics.Windows.Chart.ScenePane.DrawWithException()\r\nat Infragistics.Windows.Chart.ScenePane.Draw()\r\nat Infragistics.Windows.Chart.ChartCreator.Create2DChart()\r\nat Infragistics.Windows.Chart.Chart.RefreshWithException()\r\nat Infragistics.Windows.Chart.Chart.Refresh()\r\nat Infragistics.Windows.Chart.XamChart.Refresh()\r\nat Infragistics.Windows.Chart.XamChart.RefreshProperty()\r\n
For me, the cause was a Double.PositiveInfinity or Double.NegativeInfinity as a data point ValueY.
Perhaps this will help "the next guy."
I have logged and fixed this issue. The bug report is # 25142; this will be resolved in a future service release. Thanks for reporting this issue.