iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILineDrawMode
enum SCILineDrawMode : NSUInteger {}
Enumerates constants to define how NaN is treated in the SCIFastLineRenderableSeries and SCIFastMountainRenderableSeries.
-
NaNgaps are treated as closed lines.Declaration
Objective-C
SCILineDrawMode_ClosedLines = 0 -
NaNgaps are rendered as gaps.Declaration
Objective-C
SCILineDrawMode_Gaps = 1
View on GitHub