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

SCIAnnotationLabelCollection

@interface SCIAnnotationLabelCollection
    : SCIObservableCollection <SCIAnnotationLabel *>

Contains a collection of SCIAnnotationLabel

  • Initializes a new instance of SCIAnnotationLabelCollection class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithCollection:
        (nonnull NSArray<SCIAnnotationLabel *> *)collection;

    Swift

    init(collection: [SCIAnnotationLabel])

    Parameters

    collection

    The collections with items to add.