Click or drag to resize
ErrorBarSetLow Method
Sets the minimum extent of the error bars.

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[] which contains the values for the minimum extent of the error bars.
See Also