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
System..::.Object
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D..::.HighLowClose
Imsl.Chart2D..::.Candlestick
Imsl.Chart2D..::.AbstractChartNode
Imsl.Chart2D..::.ChartNode
Imsl.Chart2D..::.Data
Imsl.Chart2D..::.HighLowClose
Imsl.Chart2D..::.Candlestick