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
- François Tanguy asked 6 months ago
- last edited 6 months ago
- You must login to post comments
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
- Lex answered 6 months ago
- You must login to post comments
Please login first to submit.

