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

SCITextLabelContainer

@interface SCITextLabelContainer
    : SCIDrawableText <ISCIAttachable, ISCIThemeable>

The container which allows to draw text.

  • Defines the value indicating whether text can be edited on this container.

    Declaration

    Objective-C

    @property (nonatomic) BOOL canEditText;

    Swift

    var canEditText: Bool { get set }