Click or drag to resize
HighLowCloseSetHigh Method
Sets the high stock prices.

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

Parameters

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