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

ISCIAxisLayoutChangeListener

@protocol ISCIAxisLayoutChangeListener <NSObject>

Defines interface with method for notification when something in axis layout changes.

  • Notifies when layout of currently attached axis changes.

    Declaration

    Objective-C

    - (void)onAxisLayoutChanged;

    Swift

    func onAxisLayoutChanged()