iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIPlacement
enum SCIPlacement : NSUInteger {}
Enumeration constants to define the placement position.
-
Places on the Left.
Declaration
Objective-C
SCIPlacement_LeftSwift
case left = 0 -
Places on the Top.
Declaration
Objective-C
SCIPlacement_TopSwift
case top = 1 -
Places on the Right.
Declaration
Objective-C
SCIPlacement_RightSwift
case right = 2 -
Places on the Bottom.
Declaration
Objective-C
SCIPlacement_BottomSwift
case bottom = 3 -
Places on the Top Left.
Declaration
Objective-C
SCIPlacement_TopLeftSwift
case topLeft = 4 -
Places on the Top Right.
Declaration
Objective-C
SCIPlacement_TopRightSwift
case topRight = 5 -
Places on the Bottom Left.
Declaration
Objective-C
SCIPlacement_BottomLeftSwift
case bottomLeft = 6 -
Places on the Bottom Right.
Declaration
Objective-C
SCIPlacement_BottomRightSwift
case bottomRight = 7
View on GitHub