
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIClipMode
enum SCIClipMode : NSUInteger {}
Defines constants for behavior of the SCIZoomPanModifier
.
Possible values:
None
- Means you can pan right off the edge of the data intouncharted
space.StretchAtExtents
- Causes a zooming (stretch) action when you reach theedge
of the data.ClipAtMin
- Forces the panning operation to stop suddenly at theminimum
of the data, but expand at themaximum
.ClipAtMax
- Forces the panning operation to stop suddenly at themaximum
of the data, but expand at theminimum
.ClipAtExtents
- Forces the panning operation to stop suddenly at theextents
of the data.
-
Means you can pan right off the edge of the data into
uncharted
space.Declaration
Objective-C
SCIClipMode_None
-
Causes a zooming (stretch) action when you reach the
edge
of the data.Declaration
Objective-C
SCIClipMode_StretchAtExtents
-
Forces the panning operation to stop suddenly at the
minimum
of the data, but expand at themaximum
.Declaration
Objective-C
SCIClipMode_ClipAtMin
-
Forces the panning operation to stop suddenly at the
maximum
of the data, but expand at theminimum
.Declaration
Objective-C
SCIClipMode_ClipAtMax
-
Forces the panning operation to stop suddenly at the
extents
of the data.Declaration
Objective-C
SCIClipMode_ClipAtExtents