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

SCIAxisAlignment

enum SCIAxisAlignment : NSUInteger {}

Enumeration constants to define the alignment mode used to place an axis.

Possible values:

  • Auto - An element stretched to fill the entire layout slot for the parent element.
  • Right - An element aligned to the right of the layout slot for the parent element.
  • Left - An element aligned to the left of the layout slot for the parent element.
  • Top - An element aligned to the top of the layout slot for the parent element.
  • Bottom - An element aligned to the bottom of the layout slot for the parent element.
  • Axis is placed based on default settings of chart.

    Declaration

    Objective-C

    SCIAxisAlignment_Auto
  • Axis is on the Left-side of the chart.

    Declaration

    Objective-C

    SCIAxisAlignment_Left
  • Axis is on the Top-edge of the chart.

    Declaration

    Objective-C

    SCIAxisAlignment_Top
  • Axis is on the Right-side of the chart.

    Declaration

    Objective-C

    SCIAxisAlignment_Right
  • Axis is on the Bottom-edge of the chart.

    Declaration

    Objective-C

    SCIAxisAlignment_Bottom