RangeClipMode Enumeration
Provide values which define how to perform clipping of IRange
Syntax
public enum RangeClipMode : System.Enum 
Members
MemberDescription
Max Allow clipping only at Max
Min Allow clipping only at Min
MinMax Allow clipping at Min and Max
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Data.Model.RangeClipMode

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