iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIXAxisDragModifier
Deprecated
Use SCIAxisDragModifier with direction property instead
@interface SCIXAxisDragModifier : SCIAxisDragModifierBase
The X Axis DragModifier provides a drag to scale the X-Axis.
This behaviour scales the axis in a different direction depending on which half of the axis the user starts the operation in.
Note
Add to aSCIChartSurface and set ISCIChartModifierCore.IsEnabled to true to enable this behaviour.
See
SCIYAxisDragModifier,
-
Deprecated
Use SCIAxisDragModifier with direction property instead
Defines how panning behaves when you reach the edge of the X-Axis extents. e.g.
SCIClipMode.SCIClipMode_ClipAtExtentsprevents panning outside of the X-Axis,SCIClipMode.SCIClipMode_Noneallows panning outside.Declaration
Objective-C
@property (nonatomic) SCIClipMode clipModeX;Swift
var clipModeX: SCIClipMode { get set } -
Deprecated
Use SCIAxisDragModifier with direction property instead
Gets or sets which target is used as limit by
clipModeXwhen you reach the edge of theX-Axisextents.Declaration
Objective-C
@property (nonatomic) SCIClipModeTarget clipModeTargetX;Swift
var clipModeTargetX: SCIClipModeTarget { get set }
View on GitHub