iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFibonacciLabelPlacement
enum SCIFibonacciLabelPlacement : NSInteger {}
Enumeration constants to define where Fibonacci level labels are placed relative to their level line.
-
Places the label to the left of the level line.
Declaration
Objective-C
SCIFibonacciLabelPlacement_LeftSwift
case left = 0 -
Places the label above the middle of the level line.
Declaration
Objective-C
SCIFibonacciLabelPlacement_TopSwift
case top = 1 -
Places the label inside the level region, at the right end of the level line.
Declaration
Objective-C
SCIFibonacciLabelPlacement_InsideSwift
case inside = 2
View on GitHub