ElementValue Enumeration
Specifies a value of an element.
Syntax
'Declaration Public Enum ElementValue Inherits System.Enum
'Usage Dim instance As ElementValue
public enum ElementValue : System.Enum
Members
Member | Description |
---|---|
BubbleSize | Bubble size value of an element. |
Close | Financial close price value of an element. |
Complete | Percent completed value of an element. |
Height | Element's height, refers to a pie slice's height. |
High | Financial high price value of an element. |
Length | Element's length, refers to a pie slice's length. |
Low | Financial low price value of an element. |
Name | The name of an element. |
Open | Financial open price value of an element. |
Volume | Financial trade volumn value of an element. |
XDateTime | X DateTime value of an element. |
XDateTimeStart | Initial x DateTime value of an element. |
XValue | X value of an element. |
XValueStart | Initial x value of an element. |
YDateTime | Y DateTime value of an element. |
YDateTimeStart | Initial y DateTime value of an element. |
YValue | Y value of an element. |
YValueStart | Initial y value of an element. |
ZValue | The Z Value, used with surface charts. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
dotnetCHARTING.ElementValue
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