
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIProjectionMode
enum SCIProjectionMode : NSUInteger {}
Defines constants for different line Projection modes.
-
Crosshair projection does not appear.
Declaration
Objective-C
SCIProjectionMode_None
-
Draws the full crosshair as the 3D crosshair projection on the planes.
Note
Draws the vertical and horizontal line with the center in the mouse point projected on the plane.Declaration
Objective-C
SCIProjectionMode_Crosshair
-
Draws the actual 3D crosshair projection on the planes.
Note
Draws the lines from the mouse point projected on the plane to the axes.Declaration
Objective-C
SCIProjectionMode_Angular