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
Issue while generating series in C# code
posted

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()