.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : LimitMode Enumeration
LimitMode Enumeration
Controls the type of limitation in Limit or SplitByLimit properties.
Syntax
'Declaration
 
Public Enum LimitMode 
   Inherits System.Enum
'Usage
 
Dim instance As LimitMode
public enum LimitMode : System.Enum 
Members
MemberDescription
BottomKeep only bottom Limit values.
ExcludeBottomRemove Bottom Limit values.
ExcludeTopRemove top Limit values.
TopKeep only top Limit values.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.LimitMode

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