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

SCIZoomPanModifierDelegate

@protocol SCIZoomPanModifierDelegate <NSObject>

- (void)onZoomPanGestureBeganWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;
@optional
- (void)onZoomPanResetGestureRecognition;
- (void)onZoomPanGestureEndedWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;
- (void)onZoomPanGestureCancelledWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;

@end

Undocumented