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

SCILineAnnotationBase

@interface SCILineAnnotationBase : SCIAnnotationBase

A base class with shared properties for SCILineAnnotation and SCILineArrowAnnotation.

  • Defines the stroke style for this line annotation.

    Declaration

    Objective-C

    @property (nonatomic, strong, nonnull) SCIPenStyle *stroke;

    Swift

    var stroke: SCIPenStyle { get set }