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

SCIAxisParams

struct SCIAxisParams {}

Defines constants for the current axis setup for this render pass.

  • Flag indicating whether the associated axis is X-Axis.

    Declaration

    Objective-C

    _Bool isXAxis
  • Flag indicating whether the associated axis is horizontal axis.

    Declaration

    Objective-C

    _Bool isHorizontal
  • Flag indicating whether the associated axis has flipped coordianates.

    Declaration

    Objective-C

    _Bool flipCoordinates
  • The viewport dimension in pixels of associated axis.

    Declaration

    Objective-C

    CGFloat viewportDimension
  • The required offset in pixels for associated axis.

    Declaration

    Objective-C

    CGFloat offset