
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_Left
-
Places on the Top.
Declaration
Objective-C
SCIPlacement_Top
-
Places on the Right.
Declaration
Objective-C
SCIPlacement_Right
-
Places on the Bottom.
Declaration
Objective-C
SCIPlacement_Bottom
-
Places on the Top Left.
Declaration
Objective-C
SCIPlacement_TopLeft
-
Places on the Top Right.
Declaration
Objective-C
SCIPlacement_TopRight
-
Places on the Bottom Left.
Declaration
Objective-C
SCIPlacement_BottomLeft
-
Places on the Bottom Right.
Declaration
Objective-C
SCIPlacement_BottomRight