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
-
Undocumented
Declaration
Objective-C
- (void)onZoomPanGestureBeganWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;Swift
func onZoomPanGestureBegan(with args: SCIGestureModifierEventArgs) -
Undocumented
Declaration
Objective-C
- (void)onZoomPanResetGestureRecognition;Swift
optional func onZoomPanResetGestureRecognition() -
Undocumented
Declaration
Objective-C
- (void)onZoomPanGestureEndedWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;Swift
optional func onZoomPanGestureEnded(with args: SCIGestureModifierEventArgs) -
Undocumented
Declaration
Objective-C
- (void)onZoomPanGestureCancelledWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;Swift
optional func onZoomPanGestureCancelled(with args: SCIGestureModifierEventArgs)
View on GitHub