.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : ElementValue Enumeration
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
MemberDescription
BubbleSizeBubble size value of an element.
CloseFinancial close price value of an element.
CompletePercent completed value of an element.
HeightElement's height, refers to a pie slice's height.
HighFinancial high price value of an element.
LengthElement's length, refers to a pie slice's length.
LowFinancial low price value of an element.
NameThe name of an element.
OpenFinancial open price value of an element.
VolumeFinancial trade volumn value of an element.
XDateTimeX DateTime value of an element.
XDateTimeStartInitial x DateTime value of an element.
XValueX value of an element.
XValueStartInitial x value of an element.
YDateTimeY DateTime value of an element.
YDateTimeStartInitial y DateTime value of an element.
YValueY value of an element.
YValueStartInitial y value of an element.
ZValueThe 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