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

ISCIAxisProviderBase

@protocol ISCIAxisProviderBase <ISCIAttachable>

Provides base interface for all axis providers.

  • Updates provider with new data.

    Declaration

    Objective-C

    - (void)update;

    Swift

    func update()