IMSL C# Numerical Library

ErrorBar.SetHigh Method 

Sets the maximum extent of the error bars.

public virtual void SetHigh(
   double[] high
);

Parameters

high
A double[] which contains the values for the maximum extent of the error bars.

See Also

ErrorBar Class | Imsl.Chart2D Namespace