iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIFibonacciLabelColorMode
enum SCIFibonacciLabelColorMode : NSInteger {}
Enumeration constants to define how Fibonacci level labels are coloured.
-
Colours each label to match the colour of its level line.
Declaration
Objective-C
SCIFibonacciLabelColorMode_MultiColorSwift
case multiColor = 0 -
Colours every label with the text colour of
labelStyle.Declaration
Objective-C
SCIFibonacciLabelColorMode_SingleColorSwift
case singleColor = 1
View on GitHub