ClipMode Enumeration
Defines constants for behavior of the ZoomPanModifier. - ClipMode.None means you can pan right off the edge of the data into uncharted space. - ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data. - ClipAtExtents forces the panning operation to stop suddenly at the extents of the data - ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum
Syntax
public enum ClipMode : System.Enum 
Members
MemberDescription
ClipAtExtents ClipAtExtents forces the panning operation to stop suddenly at the extents of the data
ClipAtMax ClipAtMax forces the panning operation to stop suddenly at the maximum of the data, but expand at the minimum
ClipAtMin ClipAtMin forces the panning operation to stop suddenly at the minimum of the data, but expand at the maximum
None ClipMode.None means you can pan right off the edge of the data into uncharted space.
StretchAtExtents ClipMode.StretchAtExtents causes a zooming (stretch) action when you reach the edge of the data.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting.ClipMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also