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

SCIAnnotationTypeEnum

NS_ENUM(NSUInteger, SCIAnnotationTypeEnum) {
    
    /**
     * Displays the contents as an image annotation.
     */
    SCIAnnotationType_Annotation,
    /**
     * Displays the contents as a background image.
     * The image remains static and is not affected by pan or zoom gestures.
     */
    SCIAnnotationType_Background
}

Undocumented

  • Displays the contents as an image annotation.

    Declaration

    Objective-C

    SCIAnnotationType_Annotation

    Swift

    case annotation = 0
  • Displays the contents as a background image. The image remains static and is not affected by pan or zoom gestures.

    Declaration

    Objective-C

    SCIAnnotationType_Background

    Swift

    case background = 1