Pre loader

Gaps with XyDataSeries<DateTime, int>()

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,

Gaps can be displayed using XyDataSeries<DateTime, double>() and double.NaN.

But how to do display gaps with XyDataSeries<DateTime, int>() ?

Cheers,
François

Version
8.8.0.28567
  • You must to post comments
0
0

Hello François,

Thank you for contacting us.
Unfortunately, there is no way to add NaN values when you use the int data type for the DataSeries.

The recommended approach would be using float or double values instead.
Alternatively, you can exclude a part of the series with PaletteProvider using some special int value:
SciChart WPF Documentation – RenderableSeries APIs – Paletted Series _ WPF Chart Documentation

Kind regards,
Lex S., MSEE
SciChart Technical Support Engineer

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.