Click or drag to resize
HighLowCloseSetLow Method
Sets the low stock prices.

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

Parameters

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