Pre loader

Xyyy 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

0
0

Hello everybody.

What is the best way to pass 3 y-values to single x-value?

Currently i’m using XyyDataSeries + XyDataSeries

Don’t know, if it’s best approach?

Version
latest
  • Yura Khariton
    Hi Vlad. May I ask why do you need to have XyyyDataSeries? Do you use some custom renderable series to draw those values?
  • Vlad Semenov
    Hi, Yura. I have chart with 3 y values for 1 x value (x, y1, y2, y3). Basically it’s 3 lines
  • You must to post comments
0
0

Hi Vlad,

Unfortunately we don’t support this case out of the box. So for now workaround with using band series to draw 2 lines without duplicating xValues looks like the best choice. Ideally to avoid duplication of values at all you would need to create custom renderable and data series. We have few examples of custom renderable series ( spline and animating line series ) but unfortunately we don’t have any examples of custom data series so if you want you can try to extend FastBandRenderableSeries and add third YValues collection as separate property for renderable series and then draw them directly in internalDraw() without creating custom data series. Alternatively you can contact our sales department and we can create desired functionality as part of short term consultancy project.

Best regards,
Yura

  • 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