iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCISelectionMode
enum SCISelectionMode : NSUInteger {}
Enumeration constants to define the placement position.
-
Defines single selection mode.
Declaration
Objective-C
SCISelectionMode_SingleSelectSwift
case singleSelect = 0 -
Defines multiple selection mode
Declaration
Objective-C
SCISelectionMode_MultipleSelectSwift
case multipleSelect = 1
View on GitHub