iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCIAxisLabelDrawMode

enum SCIAxisLabelDrawMode : NSInteger {}

Enumeration constants to define which axes an axis-anchored label is drawn on.

  • Draws the label on the Y-Axis only.

    Declaration

    Objective-C

    SCIAxisLabelDrawMode_Y

    Swift

    case Y = 0
  • Draws the label on the X-Axis only.

    Declaration

    Objective-C

    SCIAxisLabelDrawMode_X

    Swift

    case X = 1
  • Draws the label on both axes.

    Declaration

    Objective-C

    SCIAxisLabelDrawMode_Both

    Swift

    case both = 2