EmptyElementMode Enumeration
Specifies how empty elements are handled.
Syntax
'Declaration Public Enum EmptyElementMode Inherits System.Enum
'Usage Dim instance As EmptyElementMode
public enum EmptyElementMode : System.Enum
Members
Member | Description |
---|---|
Fill | Fills the empty area with EmptyElement properties of a series. |
Ignore | Completes empty areas by filling the line, or area. Columns will behave the same as EmptyElementMode.None. |
None | Empty elements are not shown or marked leaving gaps. |
TreatAsZero | Empty elements will have the value of 0 and not be marked as empty. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.EmptyElementMode
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