.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : EmptyElementMode Enumeration
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
MemberDescription
FillFills the empty area with EmptyElement properties of a series.
IgnoreCompletes empty areas by filling the line, or area. Columns will behave the same as EmptyElementMode.None.
NoneEmpty elements are not shown or marked leaving gaps.
TreatAsZeroEmpty 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