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

SCICustomAnnotation

@interface SCICustomAnnotation : SCIAnchorPointAnnotation

CustomAnnotation is an Annotation which can have custom content.

  • Gets or sets the Content View.

    Declaration

    Objective-C

    @property (nonatomic, strong, nullable) UIView *customView;

    Swift

    var customView: UIView? { get set }