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

    Swift

    case left = 0
  • Places on the Top.

    Declaration

    Objective-C

    SCIPlacement_Top

    Swift

    case top = 1
  • Places on the Right.

    Declaration

    Objective-C

    SCIPlacement_Right

    Swift

    case right = 2
  • Places on the Bottom.

    Declaration

    Objective-C

    SCIPlacement_Bottom

    Swift

    case bottom = 3
  • Places on the Top Left.

    Declaration

    Objective-C

    SCIPlacement_TopLeft

    Swift

    case topLeft = 4
  • Places on the Top Right.

    Declaration

    Objective-C

    SCIPlacement_TopRight

    Swift

    case topRight = 5
  • Places on the Bottom Left.

    Declaration

    Objective-C

    SCIPlacement_BottomLeft

    Swift

    case bottomLeft = 6
  • Places on the Bottom Right.

    Declaration

    Objective-C

    SCIPlacement_BottomRight

    Swift

    case bottomRight = 7