Visual Basic (Declaration) | |
---|---|
Public Enum EmptyElementMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum EmptyElementMode : Enum |
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
dotnetCHARTING.EmptyElementMode