The down days of this Candlestick.

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

Syntax

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

Field Value

A CandlestickItem which contains the "Down" attribute value.

See Also