Pre loader

Exception on empty data series

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
1
0

Hi,

some time I got this exception if data series are empty:

SciChartSurface didn't render, because an exception was thrown:
  Message: Der Index war außerhalb des Arraybereichs.

  Stack Trace:    bei A.`1.(Int32 )
   bei A.`1.(Int32 )
   bei A.`1.get_(Int32 )
   bei A.`1.get_Item(Int32 index)
   bei Abt.Controls.SciChart.Model.DataSeries.DataSeries`2.XB(IRange C, SearchMode D, SearchMode I)
   bei Abt.Controls.SciChart.Model.DataSeries.DataSeries`2.WB(IRange C, SearchMode D, SearchMode I)
   bei Abt.Controls.SciChart.Model.DataSeries.DataSeries`2.GetIndicesRange(IRange range)
   bei A..(AxisCollection , IRenderableSeries , RenderPassInfo , IPointResamplerFactory , IDataSeries& , IndexRange& , IPointSeries& )
   bei A..(ISciChartSurface , Size )
   bei A..RenderLoop(IRenderContext2D renderContext)
   bei Abt.Controls.SciChart.Visuals.SciChartSurface.DoDrawingLoop()

I use SciChart 3.1.0.5114

regrads

  • You must to post comments
Best Answer
0
0

Hi Tobias,

We have found and fixed a bug in Fifo Series where GetEnumerator() returned a non-empty IEnumerator when Count() was 0. This was causing an IndexOutOfRangeException() when calling DataSeries.XRange if you had an empty Fifo Series.

This bug is fixed in build 3.1.0.5131, which you can get from our Nightly Build server. Please let us know if the issue is resolved.

Best regards,
Andrew

  • You must to post comments
0
0

Hi Andrew,

yes now it is working again! Thanks for the quick Respons.

Best regards,
Tobias

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies