soft JScript runtime error: Unhandled Error in Silverlight Application Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at Infragistics.Controls.Charts.SplineSeriesBase.PrepareFrame(CategoryFrame frame) at Infragistics.Controls.Charts.CategorySeries.RenderSeriesOverride(Boolean animate) at Infragistics.Controls.Charts.Series.DoRenderSeries(Boolean animate) at Infragistics.Controls.Charts.ContentInfo.DoRefresh() at Infragistics.Controls.Charts.ChartContentManager.DoRefresh()
Hi,
Are you using the latest service release of the product? This sounds like a bug that was fixed in the past.
-Graham
I am also getting the same error and I have WPF4 InfragisticsWPF4.Controls.Charts.XamDataChart.v12.1 version
Exception was wrapped into a TargetInvocationExceptionSystem.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at Infragistics.Controls.Charts.SplineSeriesBase.PrepareFrame(CategoryFrame frame, CategorySeriesView view) at Infragistics.Controls.Charts.CategorySeries.RenderSeriesOverride(Boolean animate) at Infragistics.Controls.Charts.Series.DoRenderSeries(Boolean animate) at Infragistics.Controls.Charts.ContentInfo.DoRefresh() at Infragistics.Controls.Charts.ChartContentManager.DoRefresh()
I have to display more than 10 series and each series have different number of data points
Hello Vikram,
Thank you for your post. I have been looking into it, but this is not a known issue and I wasn’t able to reproduce your behavior, so could you please send an isolated sample project, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.