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

ISCIDisposable

@protocol ISCIDisposable <NSObject>

Classes which comforms to ISCIDisposable protocol can be disposed.

  • Releases all allocated resources assosiated to this instance.

    Note

    Called during -[NSObject dealloc].

    Declaration

    Objective-C

    - (void)dispose;

    Swift

    func dispose()