ILNumerics Ultimate VS

Candlestick Constructor

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Protected methodCandlestick
Default constructor.

[ILNumerics Drawing2 Toolbox]

Protected methodCandlestick(Candlestick)
Copy constructor.

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArrayDouble, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the array Data

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArraySingle, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the array Data

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArrayDouble, InArrayDouble, InArrayDouble, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the row vector X, the arrays Shadow and Body

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArraySingle, InArraySingle, InArraySingle, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the row vector X, the arrays Shadow and Body

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArrayDouble, InArrayDouble, InArrayDouble, InArrayDouble, InArrayDouble, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the row vectors X, Low, High, Open and Close

[ILNumerics Drawing2 Toolbox]

Public methodCode exampleCandlestick(InArraySingle, InArraySingle, InArraySingle, InArraySingle, InArraySingle, Single, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, NullableColor, Int32, Int32, Int32, Int32, DashStyle, DashStyle, DashStyle, DashStyle, Object)
Constructor defines Candlestick on the basis of the row vectors X, Low, High, Open and Close

[ILNumerics Drawing2 Toolbox]

Top
See Also

Reference