IMSL C# Numerical Library

ErrorBar.SetLow Method 

Sets the minimum extent of the error bars.

public virtual void SetLow(
   double[] low
);

Parameters

low
A double[] which contains the values for the minimum extent of the error bars.

See Also

ErrorBar Class | Imsl.Chart2D Namespace