
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCICrosshairMode
enum SCICrosshairMode : NSUInteger {}
Defines constants for different cursor modes.
-
Crosshair does not appear.
Declaration
Objective-C
SCICrosshairMode_None
-
Crosshair appears at the cursor point, consisting of the three lines which protrude from the corresponding walls of the viewport box.
Declaration
Objective-C
SCICrosshairMode_Lines
-
Crosshair appears at the cursor point, consisting of two intersecting planes.
Declaration
Objective-C
SCICrosshairMode_Planes