IMSL C# Numerical Library

CandlestickItem Class

A candlestick for the up days or the down days.

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

System.Object
   Imsl.Chart2D.AbstractChartNode
      Imsl.Chart2D.ChartNode
         Imsl.Chart2D.Data
            Imsl.Chart2D.CandlestickItem

public class CandlestickItem : Data

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

CandlestickItems are created by Candlestick; one for up days and one for down days.

Requirements

Namespace: Imsl.Chart2D

Assembly: ImslCS (in ImslCS.dll)

See Also

CandlestickItem Members | Imsl.Chart2D Namespace | Candlestick