Pre loader

Skip connecting points for gaps in a FastLineRenderableSeries

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

Answered
1
0

Does Scichart JS provide built-in functionality to skip connecting points for gaps in a FastLineRenderableSeries.

We had LineDrawMode for WPF. looking for a similar functionality.

Version
3.2.446
  • You must to post comments
Best Answer
0
0

Yes of course it does,

SciChart.js has the exact same functionality as WPF in this regard.

See Drawing Gaps in series for now this is done.

Setting Y=NaN is considered a ‘null point’ in SciChart.js and will allow you to hide areas of the data.

There is a codepen on the Drawing Gaps in series with a code example that you can try out.

Best regards
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.