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

SCIAnnotationCoordinateMode

enum SCIAnnotationCoordinateMode : NSUInteger {}

Enumeration constants to define the Coordinate mode used to place an annotation.

  • Absolute - requires that coordinates X1, Y1, X2, Y2 are data-values

    Declaration

    Objective-C

    SCIAnnotationCoordinateMode_Absolute
  • Relative - requires that coordinates X1, Y1, X2, Y2 are double values between 0.0 and 1.0

    Declaration

    Objective-C

    SCIAnnotationCoordinateMode_Relative
  • RelativeX - requires that coordinates X1, X2 are double values between 0.0 and 1.0, whereas Y1, Y2 are data-values

    Declaration

    Objective-C

    SCIAnnotationCoordinateMode_RelativeX
  • RelativeY - requires that coordinates Y1, Y2 are double values between 0.0 and 1.0, whereas X1, X2 are data-values

    Declaration

    Objective-C

    SCIAnnotationCoordinateMode_RelativeY