IMSL C# Numerical Library

ControlLimit.SetValue Method (Double)

Sets the value of this control limit line. The actual value used is subject to minimum and maximum values set as attributes to this object.

public virtual void SetValue(
   double y
);

Parameters

y
The y-coordinate at which this control limit line is drawn.

See Also

ControlLimit Class | Imsl.Chart2D.QC Namespace | ControlLimit.SetValue Overload List