Click or drag to resize
HighLowCloseSetClose Method
Sets the closing stock prices.

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

Parameters

close
Type: SystemDouble
A double[] specifying the closing stock prices.
See Also