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
Member | Description |
---|---|
Bottom | Keep only bottom Limit values. |
ExcludeBottom | Remove Bottom Limit values. |
ExcludeTop | Remove top Limit values. |
Top | Keep 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