IMSL C# Numerical Library

Candlestick Class

Candlestick plot of stock data.

For a list of all members of this type, see Candlestick Members.

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.HighLowClose
               Imsl.Chart2D.Candlestick

public class Candlestick : HighLowClose

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

Candlestick Members | Imsl.Chart2D Namespace