The up days of this Candlestick.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual CandlestickItem Up { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Up As CandlestickItem
Visual C++
public:
virtual property CandlestickItem^ Up {
	CandlestickItem^ get ();
}

Field Value

A CandlestickItem which contains the "Up" attribute value.

See Also