dotnetCHARTING Send comments on this topic.
EmptyElementMode Enumeration
See Also  
dotnetCHARTING Namespace : EmptyElementMode Enumeration


Specifies how empty elements are handled.

Syntax

Visual Basic (Declaration) 
Public Enum EmptyElementMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As EmptyElementMode
C# 
public enum EmptyElementMode : Enum 

Members

MemberDescription
None Empty elements are not shown or marked leaving gaps.
Ignore Completes empty areas by filling the line, or area. Columns will behave the same as EmptyElementMode.None.
Fill Fills the empty area with EmptyElement properties of a series.
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

See Also

© 2010 All Rights Reserved.