I use ScottPlot to visualize some data in WinForms. I have some null values which i use NaN instead to hide them and not to break data flow, so I want to hide them. However, in ScottPlot, they are shown like infinity, it makes a long long spike at the middle of chart, how can I set it up correctly to just ignore NaN values and hide them? Thank you
Edit: By hiding NaNs, I mean leave a gap in chart instead of any value for a NaN.