IMSL C# Numerical Library

HighLowClose Constructor

Constructs a high-low-close chart node beginning with specified start date.

Overload List

Constructs a high-low-close chart node beginning with specified start date.

public HighLowClose(AxisXY,DateTime,double[],double[],double[]);

Constructs a high-low-close-open chart node beginning with specified start date.

public HighLowClose(AxisXY,DateTime,double[],double[],double[],double[]);

Constructs a high-low-close chart node beginning with specified start date.

public HighLowClose(AxisXY,double[],double[],double[],double[]);

Constructs a high-low-close-open chart node beginning with specified start date.

public HighLowClose(AxisXY,double[],double[],double[],double[],double[]);

See Also

HighLowClose Class | Imsl.Chart2D Namespace