iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIRubberBandXyZoomModifierDelegate
@protocol SCIRubberBandXyZoomModifierDelegate <NSObject>
- (void)onRubberZoomGestureBeganWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;
@optional
- (void)onRubberZoomGestureEndedWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)onRubberZoomGestureBeganWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;Swift
func onRubberZoomGestureBegan(with args: SCIGestureModifierEventArgs) -
Undocumented
Declaration
Objective-C
- (void)onRubberZoomGestureEndedWithArgs:(SCIGestureModifierEventArgs *_Nonnull)args;Swift
optional func onRubberZoomGestureEnded(with args: SCIGestureModifierEventArgs)
View on GitHub