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

SCIAnnotationLabel

@interface SCIAnnotationLabel : SCITextLabelContainer <ISCIDrawable>

Defines an AnnotationLabel which may be used in SCIHorizontalLineAnnotation and SCIVerticalLineAnnotation instances.

  • Pen with which outline of box annotation is drawn on chart surface.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIPenStyle *borderPen;
  • Brush with which box annotation is drawn on chart surface.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIBrushStyle *backgroundBrush;
  • Defines the SCILabelPlacement for this AnnotationLabel instance.

    Declaration

    Objective-C

    @property (nonatomic) SCILabelPlacement labelPlacement;