iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIZoomExtentsModifier
@interface SCIZoomExtentsModifier : SCIGestureModifierBase
Provides zoom to extents, or zoom to specific X and Y VisibleRange on touch gesture.
-
Undocumented
Declaration
Objective-C
@property(nonatomic, weak) id <SCIZoomExtentsModifierDelegate> _Nullable ZoomExtentsDelegateSwift
weak var zoomExtentsDelegate: (any SCIZoomExtentsModifierDelegate)? { get set } -
Definec when the
SCIZoomExtentsModifiershould be executed.Note
e.g.SCIExecuteOn.SCIExecuteOn_DoubleTapwill cause a zoom to extents on double tap on the parentSCIChartSurfaceinstance.Declaration
Objective-C
@property (nonatomic) SCIExecuteOn executeOn;Swift
var executeOn: SCIExecuteOn { get set } -
Defines the
SCIDirection2Dmode of theSCIZoomExtentsModifier.Declaration
Objective-C
@property (nonatomic) SCIDirection2D direction;Swift
var direction: SCIDirection2D { get set } -
Defines whether zoom operations should be animated.
Declaration
Objective-C
@property (nonatomic) BOOL isAnimated;Swift
var isAnimated: Bool { get set }
View on GitHub