
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILineProjectionMode
enum SCILineProjectionMode : NSUInteger {}
Defines constants for different line Projection modes.
-
Draw no projection lines
Declaration
Objective-C
SCILineProjectionMode_None = 0
-
Draw projection lines for
XY plane
.Declaration
Objective-C
SCILineProjectionMode_XY = 1
-
Draw projection lines for
XZ plane
.Declaration
Objective-C
SCILineProjectionMode_XZ = 1 << 1
-
Draw projection lines for
YZ plane
.Declaration
Objective-C
SCILineProjectionMode_YZ = 1 << 2