Click or drag to resize
HighLowCloseSetOpen Method
Sets the opening stock prices.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetOpen(
	double[] open
)

Parameters

open
Type: SystemDouble
A double[] specifying the opening stock prices.
See Also