Candlestick plot of stock data.

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

Syntax

C#
[SerializableAttribute]
public class Candlestick : HighLowClose
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Candlestick _
	Inherits HighLowClose
Visual C++
[SerializableAttribute]
public ref class Candlestick : public HighLowClose

Remarks

Two nodes are created as children of this node. One for the up days and one for the down days.

Inheritance Hierarchy

See Also