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
.
-
NaN
gaps are treated as closed lines.Declaration
Objective-C
SCILineDrawMode_ClosedLines = 0
-
NaN
gaps are rendered as gaps.Declaration
Objective-C
SCILineDrawMode_Gaps = 1