Pre loader

Share data series values

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

We have a lot of data coming into our software and are using a lot of XyDataSeries<DateTime, double> data series.

There are maybe 50 data series with the same X values and different Y values. So when the data series length is in the millions – there is an enormous memory overhead – 50 x maybe 5000000 x DateTime.

Is there a way to share the X values (or Y values) of a data series with another series?

/Flemming

Version
5.4.0
  • You must to post comments
0
0

Hi Flemming,

Thanks for your question.
You can’t share X, Y values between DataSeries. X, Y value arrays are internally copied by a DataSeries. You can share the whole DataSeries between different RenderableSeries though.

If you wish this feature to be added in one of the future SciChart versions please create a new feature request and let people vote for it. Here is how to do this:
https://www.youtube.com/watch?v=cWa6bRCCAFE

  • 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