Overload |
Description |
Element Constructor() |
Initializes a new instance of the Element class. |
Element Constructor(String) |
Initializes a new instance of the Element class with the specified name. |
Element Constructor(String,DateTime,DateTime) |
Initialize a new instance of the Element class with (YDateTimeStart, YDateTime) or (XDateTime, YDateTime) as the initial element value types. |
Element Constructor(String,DateTime,DateTime,Double) |
Initialize a new instance of the Element class with (YDateTimeStart, YDateTime, Complete) or (XDateTime, YDateTime, BubbleSize) as the initial element value types. |
Element Constructor(String,DateTime,Double) |
Initialize a new instance of the Element class with (XDateTime, YValue) or (XDateTime, Close) as the initial element value types. |
Element Constructor(String,DateTime,Double,Double) |
Initialize a new instance of the Element class with (XDateTime, YValue, BubbleSize) or (XDateTime, Close, Volume) as the initial element value types. |
Element Constructor(String,DateTime,Double,Double,Double,Double) |
Initialize a new instance of the Element class with (XDateTime, High, Low, Open, Close) as the initial element value types. |
Element Constructor(String,DateTime,Double,Double,Double,Double,Double) |
Initialize a new instance of the Element class with (XDateTime, High, Low, Open, Close, Volume) as the initial element value types. |
Element Constructor(String,Double) |
Initialize a new instance of the Element class with (YValue) as the initial element value type. |
Element Constructor(String,Double,DateTime) |
Initialize a new instance of the Element class with (XValue, YDateTime) as the initial element value types. |
Element Constructor(String,Double,DateTime,Double) |
Initialize a new instance of the Element class with (XValue, YDateTime, BubbleSize) as the initial element value types. |
Element Constructor(String,Double,Double) |
Initialize a new instance of the Element class with (YValueStart, YValue) or (XValue, YValue) as the initial element value types. |
Element Constructor(String,Double,Double,Double) |
Initialize a new instance of the Element class with (YValueStart, YValue, Complete) or (XValue, YValue, BubbleSize) as the initial element value types. |