Pre loader

How do I have two series share the same data where one series displays the data untouched, the other transformed

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

My idea was to have two FastLineRenderableSeries that both share the same XyDataSeries. One series will display the data as-is as an absolute value, while the other will display the same data relative to some arbitrary value. Each series would get it’s own axis.

Is there a way to accomplish what I’m trying to do, or is there another approach that accomplishes the same thing?

Version
4.2.2.9777
  • You must to post comments
1
1

Hi Dan

The only way to achieve this now is to perform the transform inside a CustomRenderableSeries.

For example we do this in our Spline Line WPF Chart example, where we take line data and transform it into a spline curve inside a custom series.

In the future, we are writing a Filters API that will allow for you to daisy-chain DataSeries and apply filters (functions, transforms) to them. This will be coming as part of SciChart v5 which we announced an early access preview for a couple of weeks ago.

Best regards,
Andrew

  • Dan Pilat
    Awesome, thanks 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