Pre loader

Binding to large collection of series is slow

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

0
0

Hi,
I am binding a huge collection of series (say 10000 series) from viewmodel to RenderableSeries property of ChartSurface
as below,
RenderableSeries=”{s:SeriesBinding ListOfRenderableSeries}”

public ObservableCollection ListOfRenderableSeries
{
get { return listOfRenderableSeries; }
}

I observed that it takes huge amount of time for loading . Is there any way to bind asynchronously from viewmodel( like we have property IsAsync in wpf property binding engine)?

Thanks
deepak

Version
5.1
  • You must to post comments
0
0

Hi Deepak,

For ten thousand series, I’m honestly not surprised. SciChart is tested with up to 1,000 series and we have some customers that create slightly more than that, however 10,000 series is most likely beyond the scope of what the chart can do.

The reason is we have to create the RenderableSeries objects which are FrameworkElements, apply templates and bindings and then add into the chart. This part is slow and async binding won’t help it.

I suggest reducing your series count and find another way to visualize the data!

Best regards
Andrew

  • You must to post comments
Showing 1 result
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