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

SCICaptureEventsGestureDelegate

@protocol SCICaptureEventsGestureDelegate <NSObject>

Implement delegate method to resolve modifier movement issue with mouse ticket #45619, #45614, #45612

  • Called when the capture event state changes programmatically.

    Declaration

    Objective-C

    - (void)onCaptureEventStateChange;

    Swift

    optional func onCaptureEventStateChange()