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_Left

    Swift

    case left = 0
  • Places the label above the middle of the level line.

    Declaration

    Objective-C

    SCIFibonacciLabelPlacement_Top

    Swift

    case top = 1
  • Places the label inside the level region, at the right end of the level line.

    Declaration

    Objective-C

    SCIFibonacciLabelPlacement_Inside

    Swift

    case inside = 2