Pre loader

SciChartOverview have down-sampled data series than that for parent surface

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

We are trying to display a very large line data set and it seems SciChartOverview would be a good way of visualizing full range of data. Let’s say we have 10 lines of millions data points each to be displayed. The idea is to display down-sampled version of these 10 lines in SciChartOverview, and display full-sampled version in the parent surface with x range matched with scroll bar range in SciChartOverview. When user moves the scroll bar or changes its range in SciChartOverview, it will reload data into the parent surface.

Is there a way to achieve above? Thanks.

Version
3.4
  • You must to post comments
0
0

Hi Caleb,

The SciChartOverview already downsamples your data, but if you want to modify the chart behind the overview (to display different series, or different data) you can use this technique:

WPF Custom Overview Control Example

Also the SciChartOverview Documentation – scroll down to Changing the RenderableSeriesType / RenderableSeries behind the overview documentation.

So using that technique you can put your own custom chart begin the overview then give it any data you want. Downsampling could either be done with your code, or by using our Filters API to create a derived series.

Does that help?

  • 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