iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCILabelPlacement
enum SCILabelPlacement : NSUInteger {}
Enumeration constants to define label placement.
-
Places on the right.
Declaration
Objective-C
SCILabelPlacement_RightSwift
case right = 0 -
Places at the top right.
Declaration
Objective-C
SCILabelPlacement_TopRightSwift
case topRight = 1 -
Places at the bottom right.
Declaration
Objective-C
SCILabelPlacement_BottomRightSwift
case bottomRight = 2 -
Places at the bottom.
Declaration
Objective-C
SCILabelPlacement_BottomSwift
case bottom = 3 -
Places on the left.
Declaration
Objective-C
SCILabelPlacement_LeftSwift
case left = 4 -
Places at the top left.
Declaration
Objective-C
SCILabelPlacement_TopLeftSwift
case topLeft = 5 -
Places at the bottom left.
Declaration
Objective-C
SCILabelPlacement_BottomLeftSwift
case bottomLeft = 6 -
Places at the top.
Declaration
Objective-C
SCILabelPlacement_TopSwift
case top = 7 -
Places on the axis.
Declaration
Objective-C
SCILabelPlacement_AxisSwift
case axis = 8 -
Automatic placement (default).
Declaration
Objective-C
SCILabelPlacement_AutoSwift
case auto = 9
View on GitHub