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

SCIAxisTitlePlacement

enum SCIAxisTitlePlacement : int {}

Provide value with possible placement for axis title.

  • Axis title placed within axis.

    Warning

    In this case title can overlap axis ticks and axis tick labels.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Inside
  • Axis title placed to the left of the axis.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Left
  • Axis title placed to the right of the axis.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Right
  • Axis title placed on the top edge of the axis.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Top
  • Axis title placed on the bottom edge of the axis.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Bottom
  • Axit title placed according to default axis settings.

    Declaration

    Objective-C

    SCIAxisTitlePlacement_Auto