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.
- vamsi pallem asked 7 months ago
- You must login to post comments
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
- Andrew Burnett-Thompson answered 7 months ago
- You must login to post comments
Please login first to submit.